Mercurial > hg > xemacs-beta
diff man/Makefile @ 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 | 21d92abaac3a |
children | ffcf5a27df12 |
line wrap: on
line diff
--- 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