mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* doc-gnome/C/Makefile.am: Allow "make install" without *.html
This commit is contained in:
parent
bea09b932d
commit
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user