Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
4194:4f2243a0dc04 | 4195:cd09974da26e |
---|---|
21 # Boston, MA 02111-1307, USA. | 21 # Boston, MA 02111-1307, USA. |
22 | 22 |
23 SHELL = /bin/sh | 23 SHELL = /bin/sh |
24 MAKEINFO = makeinfo | 24 MAKEINFO = makeinfo |
25 TEXI2DVI = texi2dvi | 25 TEXI2DVI = texi2dvi |
26 TEXI2HTML = texi2html -verbose -subdir $(HTMLDIR) | 26 TEXI2HTML = texi2html |
27 TEXI2HTML_SPLIT = $(TEXI2HTML) -split chapter | 27 TEXI2HTML_SPLIT = $(TEXI2HTML) -verbose -subdir $(HTMLDIR) -split chapter |
28 | 28 |
29 RM = rm -f | 29 RM = rm -f |
30 CP = cp | 30 CP = cp |
31 | 31 |
32 .SUFFIXES: | 32 .SUFFIXES: |