* doc/Makefile.am: properly publish html files using newer
authorErez Zadok <ezk@cs.sunysb.edu>
Mon, 27 Nov 2006 07:40:45 +0000 (07:40 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Mon, 27 Nov 2006 07:40:45 +0000 (07:40 +0000)
text2html.

ChangeLog
doc/Makefile.am

index 33ca8d169e4ac1da19b589a6cd766973c65cdddd..59c58252c40c213db6a87f864ec3f76177930f2b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-11-27  Erez Zadok  <ezk@cs.sunysb.edu>
+
+       * doc/Makefile.am: properly publish html files using newer
+       text2html.
+
 2006-11-27  Erez Zadok  <ezk@shekel.local>
 
         * doc/Makefile.am: obfuscate emails in ChangeLog before it is
index 270de5936f8152eeb75afbf253a8ff1c0584ac26..7795ce58b389c8d116b886c6b89cca01fa6549dc 100644 (file)
@@ -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