[C] xemacs-21.5-clean: Introduce TEXI2HTML_NOSPLIT in man/Makefile rules for beta.html and xemacs-faq.html

Adrian Aichner adrian at xemacs.org
Sun Sep 30 11:26:30 EDT 2007


COMMIT


xemacs-21.5-clean ChangeLog patch:
Diff command:   cvs -q diff -U 0
Files affected: man/ChangeLog

Index: man/ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/man/ChangeLog,v
retrieving revision 1.359
diff -u -U0 -r1.359 ChangeLog
--- man/ChangeLog	30 Sep 2007 15:13:33 -0000	1.359
+++ man/ChangeLog	30 Sep 2007 15:25:20 -0000
@@ -2,0 +3,6 @@
+	* 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>
+

xemacs-21.5-clean source patch:
Diff command:   cvs -f -z3 -q diff -u -w -N
Files affected: man/Makefile
===================================================================
RCS

Index: man/Makefile
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/man/Makefile,v
retrieving revision 1.36
diff -u -w -r1.36 Makefile
--- man/Makefile	30 Sep 2007 15:13:33 -0000	1.36
+++ man/Makefile	30 Sep 2007 15:23:26 -0000
@@ -24,6 +24,7 @@
 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 @@
 ############################################################################
 
 $(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 @@
 	$(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)

-- 
Adrian Aichner
 mailto:adrian at xemacs.org
 http://www.xemacs.org/



More information about the XEmacs-Patches mailing list