* doc-gnome/C/Makefile.am: Allow "make install" without *.html
Этот коммит содержится в:
родитель
bea09b932d
Коммит
5598eefcd7
@ -1,5 +1,8 @@
|
|||||||
2001-05-21 Pavel Roskin <proski@gnu.org>
|
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/mkhtml: Print a big warning if the script fails.
|
||||||
* doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
|
* doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ dist-hook: $(srcdir)/index.html
|
|||||||
cp $(srcdir)/*.html $(distdir)
|
cp $(srcdir)/*.html $(distdir)
|
||||||
|
|
||||||
install-data-local: $(srcdir)/index.html
|
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; \
|
$(INSTALL_DATA) $$file $(DESTDIR)$(gmc_helpdir) || exit 1; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user