From 884ac97d587b176a9d7867d9f31b33716595feda Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Wed, 1 Jan 2003 23:05:48 +0000 Subject: [PATCH] ignoring error so make install works when docs not built --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 66a2db5..d5f1624 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ install_doc: install -d $(INSTALLDIR_DOC)/examples/ install -m 644 demo/README demo/*.c $(INSTALLDIR_DOC)/examples/ install -d $(DESTDIR)/usr/share/locale/de/LC_MESSAGES/ - install -m 644 doc/locale/de/LC_MESSAGES/comedilib.mo $(DESTDIR)/usr/share/locale/de/LC_MESSAGES/ + -install -m 644 doc/locale/de/LC_MESSAGES/comedilib.mo $(DESTDIR)/usr/share/locale/de/LC_MESSAGES/ install_distro: install install_perl install_python install -d $(DESTDIR)/etc/pcmcia/ -- 2.26.2