APPROVE COMMIT general-docs
I just realized that running makeinfo on the *installed* texi sources
will build the info files in the right place. End users should get
preference here since developers can use either make or the -o option
to makeinfo. So I'm restoring the previous @setfilename and adding an
explanatory comment.
Sorry for the churn, and Norbert, there's still no reason to build a
new package here.
Stephen Turnbull wrote:
APPROVE COMMIT general-docs
Without this patch running makeinfo on these .texi files will by
default try to build them in the non-existent general-docs/info
directory. We may as well build them where XEmacs.rules does, in
general-docs/texi/xemacs.
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/general-docs/ChangeLog,v
retrieving revision 1.18
diff -u -r1.18 ChangeLog
--- ChangeLog 17 Feb 2007 11:54:12 -0000 1.18
+++ ChangeLog 17 Feb 2007 12:12:46 -0000
@@ -0,0 +1.6 @@
+2007-02-17 Stephen J. Turnbull <stephen(a)xemacs.org>
+
+ * texi/xemacs/fontconfig.texi (@setfilename):
+ * texi/xemacs/xemacs-devguide.texi (@setfilename):
+ Revert the previous change and add an explanatory comment.
+
Index: texi/xemacs/fontconfig.texi
===================================================================
RCS file:
/pack/xemacscvs/XEmacs/packages/xemacs-packages/general-docs/texi/xemacs/fontconfig.texi,v
retrieving revision 1.4
diff -u -r1.4 fontconfig.texi
--- texi/xemacs/fontconfig.texi 17 Feb 2007 11:54:13 -0000 1.4
+++ texi/xemacs/fontconfig.texi 17 Feb 2007 12:12:47 -0000
@@ -1,5 +1,6 @@
\input texinfo.tex
@c %**start of header
-@setfilename fontconfig.info
+@c This @setfilename tells makeinfo to DTRT for the *installed* .texi file.
+@setfilename ../../info/fontconfig.into
@settitle Fontconfig: Font configuration and customization library
Index: texi/xemacs/xemacs-devguide.texi
===================================================================
RCS file:
/pack/xemacscvs/XEmacs/packages/xemacs-packages/general-docs/texi/xemacs/xemacs-devguide.texi,v
retrieving revision 1.3
diff -u -r1.3 xemacs-devguide.texi
--- texi/xemacs/xemacs-devguide.texi 17 Feb 2007 11:54:13 -0000 1.3
+++ texi/xemacs/xemacs-devguide.texi 17 Feb 2007 12:12:48 -0000
@@ -4,7 +4,8 @@
@c (shell-command "texi2html -number -monolithic xemacs-devguide.texi" nil)
@c
@c %**start of header
-@setfilename xemacs-devguide.info
+@c This @setfilename tells makeinfo to DTRT for the *installed* .texi file.
+@setfilename ../../info/xemacs-devguide.info
@settitle xemacs-devguide
@c %**end of header
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches