From: Erez Zadok Date: Mon, 27 Nov 2006 07:40:45 +0000 (+0000) Subject: * doc/Makefile.am: properly publish html files using newer X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=f691cdd441042fd7ad05b63b6144db39ec002c5b;p=am-utils-6.1.git * doc/Makefile.am: properly publish html files using newer text2html. --- diff --git a/ChangeLog b/ChangeLog index 33ca8d1..59c5825 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-11-27 Erez Zadok + + * doc/Makefile.am: properly publish html files using newer + text2html. + 2006-11-27 Erez Zadok * doc/Makefile.am: obfuscate emails in ChangeLog before it is diff --git a/doc/Makefile.am b/doc/Makefile.am index 270de59..7795ce5 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -43,7 +43,7 @@ install-html: $(AMU_HTML_TOP)/am-utils-all.html $(AMU_HTML_TOP)/am-utils-all.html: am-utils.texi texi2html -Verbose -expand info -number -out_file am-utils-all.html $< texi2html -frames -Verbose -expand info -number -split chapter $< - mv *.html $(AMU_HTML_TOP) + mv am-utils-all.html am-utils/*.html $(AMU_HTML_TOP) chmod -R a+r $(AMU_HTML_TOP) install-ps: $(AMU_HTML_TOP)/am-utils.ps