CVS update by adrian xemacs/man ...

xemacs-cvs at xemacs.org xemacs-cvs at xemacs.org
Sun Sep 30 11:13:34 EDT 2007


  User: adrian  
  Date: 07/09/30 17:13:34

  Modified:    xemacs/man ChangeLog Makefile
Log:
xemacs-21.5-clean: man/Makefile update for xemacsweb/Documentation/Makefile

-------------------- ChangeLog entries follow: --------------------

man/ChangeLog addition:

2007-09-30  Adrian Aichner  <adrian at xemacs.org>

	* Makefile (TEXI2HTML): Refactor TEXI2HTML for use by
	xemacsweb/Documentation/Makefile.

Revision  Changes    Path
1.359     +5 -0      XEmacs/xemacs/man/ChangeLog

Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/man/ChangeLog,v
retrieving revision 1.358
retrieving revision 1.359
diff -u -p -r1.358 -r1.359
--- ChangeLog	2007/08/24 22:26:42	1.358
+++ ChangeLog	2007/09/30 15:13:33	1.359
@@ -1,3 +1,8 @@
+2007-09-30  Adrian Aichner  <adrian at xemacs.org>
+
+	* Makefile (TEXI2HTML): Refactor TEXI2HTML for use by
+	xemacsweb/Documentation/Makefile.
+
 2007-08-25  Adrian Aichner  <adrian at xemacs.org>
 
 	* internals/internals.texi (Through Version 18): Fix error in



1.36      +2 -2      XEmacs/xemacs/man/Makefile

Index: Makefile
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/man/Makefile,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- Makefile	2005/11/13 10:39:30	1.35
+++ Makefile	2007/09/30 15:13:33	1.36
@@ -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





More information about the XEmacs-CVS mailing list