mirror of https://github.com/MidnightCommander/mc
* 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>
|
||||
|
||||
* 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
|
||||
|
||||
|
|
Loading…
Reference in New Issue