ignoring error so make install works when docs not built
This commit is contained in:
parent
68b2748c32
commit
884ac97d58
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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/
|
||||
|
|
Loading…
Add table
Reference in a new issue