CVS update by adrian xemacs/man ...

xemacs-cvs at xemacs.org xemacs-cvs at xemacs.org
Sun Sep 30 11:26:06 EDT 2007


  User: adrian  
  Date: 07/09/30 17:26:06

  Modified:    xemacs/man ChangeLog Makefile
Log:
xemacs-21.5-clean: Introduce TEXI2HTML_NOSPLIT in man/Makefile rules for beta.html and xemacs-faq.html

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

man/ChangeLog addition:

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

	* Makefile (TEXI2HTML_NOSPLIT): New.
	* Makefile ($(HTMLDIR)/beta.html): Use TEXI2HTML_NOSPLIT.
	* Makefile ($(HTMLDIR)/xemacs-faq.html): Ditto.

Revision  Changes    Path
1.360     +6 -0      XEmacs/xemacs/man/ChangeLog

Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/man/ChangeLog,v
retrieving revision 1.359
retrieving revision 1.360
diff -u -p -r1.359 -r1.360
--- ChangeLog	2007/09/30 15:13:33	1.359
+++ ChangeLog	2007/09/30 15:26:05	1.360
@@ -1,5 +1,11 @@
 2007-09-30  Adrian Aichner  <adrian at xemacs.org>
 
+	* Makefile (TEXI2HTML_NOSPLIT): New.
+	* Makefile ($(HTMLDIR)/beta.html): Use TEXI2HTML_NOSPLIT.
+	* Makefile ($(HTMLDIR)/xemacs-faq.html): Ditto.
+
+2007-09-30  Adrian Aichner  <adrian at xemacs.org>
+
 	* Makefile (TEXI2HTML): Refactor TEXI2HTML for use by
 	xemacsweb/Documentation/Makefile.
 



1.37      +3 -2      XEmacs/xemacs/man/Makefile

Index: Makefile
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/man/Makefile,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -p -r1.36 -r1.37
--- Makefile	2007/09/30 15:13:33	1.36
+++ Makefile	2007/09/30 15:26:05	1.37
@@ -24,6 +24,7 @@ SHELL    = /bin/sh
 MAKEINFO = makeinfo
 TEXI2DVI = texi2dvi
 TEXI2HTML = texi2html
+TEXI2HTML_NOSPLIT = $(TEXI2HTML) -verbose -subdir $(HTMLDIR)
 TEXI2HTML_SPLIT = $(TEXI2HTML) -verbose -subdir $(HTMLDIR) -split chapter
 
 RM = rm -f
@@ -354,7 +355,7 @@ extraclean: realclean
 ############################################################################
 
 $(HTMLDIR)/beta.html : beta.texi
-	$(TEXI2HTML) beta.texi
+	$(TEXI2HTML_NOSPLIT) beta.texi
 
 $(HTMLDIR)/cl.html : cl.texi
 	$(TEXI2HTML_SPLIT) cl.texi
@@ -387,7 +388,7 @@ $(HTMLDIR)/widget.html : widget.texi
 	$(TEXI2HTML_SPLIT) widget.texi
 
 $(HTMLDIR)/xemacs-faq.html : xemacs-faq.texi
-	$(TEXI2HTML) xemacs-faq.texi
+	$(TEXI2HTML_NOSPLIT) xemacs-faq.texi
 	$(TEXI2HTML_SPLIT) -top_file xemacs-faq_1.html xemacs-faq.texi
 	$(CP) $(PHOTODIR)/ben.png $(HTMLDIR)
 	$(CP) $(PHOTODIR)/cthomp.png $(HTMLDIR)





More information about the XEmacs-CVS mailing list