changeset 4195:cd09974da26e

[xemacs-hg @ 2007-09-30 15:13:33 by adrian] xemacs-21.5-clean: man/Makefile update for xemacsweb/Documentation/Makefile -------------------- ChangeLog entries follow: -------------------- man/ChangeLog addition: 2007-09-30 Adrian Aichner <adrian@xemacs.org> * Makefile (TEXI2HTML): Refactor TEXI2HTML for use by xemacsweb/Documentation/Makefile.
author adrian
date Sun, 30 Sep 2007 15:13:33 +0000
parents 4f2243a0dc04
children ffcf5a27df12
files man/ChangeLog man/Makefile
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/man/ChangeLog	Sun Sep 30 11:59:36 2007 +0000
+++ b/man/ChangeLog	Sun Sep 30 15:13:33 2007 +0000
@@ -1,3 +1,8 @@
+2007-09-30  Adrian Aichner  <adrian@xemacs.org>
+
+	* Makefile (TEXI2HTML): Refactor TEXI2HTML for use by
+	xemacsweb/Documentation/Makefile.
+
 2007-08-25  Adrian Aichner  <adrian@xemacs.org>
 
 	* internals/internals.texi (Through Version 18): Fix error in
--- a/man/Makefile	Sun Sep 30 11:59:36 2007 +0000
+++ b/man/Makefile	Sun Sep 30 15:13:33 2007 +0000
@@ -23,8 +23,8 @@
 SHELL    = /bin/sh
 MAKEINFO = makeinfo
 TEXI2DVI = texi2dvi
-TEXI2HTML = texi2html -verbose -subdir $(HTMLDIR)
-TEXI2HTML_SPLIT = $(TEXI2HTML) -split chapter
+TEXI2HTML = texi2html
+TEXI2HTML_SPLIT = $(TEXI2HTML) -verbose -subdir $(HTMLDIR) -split chapter
 
 RM = rm -f
 CP = cp