1
1

* doc-gnome/C/Makefile.am: Allow "make install" without *.html

Этот коммит содержится в:
Pavel Roskin 2001-05-21 16:39:14 +00:00
родитель bea09b932d
Коммит 5598eefcd7
2 изменённых файлов: 7 добавлений и 4 удалений

Просмотреть файл

@ -1,5 +1,8 @@
2001-05-21 Pavel Roskin <proski@gnu.org>
* doc-gnome/C/Makefile.am: Allow "make install" without *.html
files.
* doc-gnome/C/mkhtml: Print a big warning if the script fails.
* doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.

Просмотреть файл

@ -21,7 +21,7 @@ dist-hook: $(srcdir)/index.html
cp $(srcdir)/*.html $(distdir)
install-data-local: $(srcdir)/index.html
for file in $(srcdir)/*.html; do \
-for file in $(srcdir)/*.html; do \
$(INSTALL_DATA) $$file $(DESTDIR)$(gmc_helpdir) || exit 1; \
done