[general-docs] Publish XEmacs Developer's Guide
Stephen J. Turnbull
stephen at xemacs.org
Sat Feb 17 07:07:57 EST 2007
general-docs
I think it's time we had this, at least as an introduction/guide for
package maintainers and others who aren't primarily XEmacs developers
but do have responsibility for XEmacs code.
Will wait for discussion. Note that although this document represents
my thinking pretty well, I don't expect it to be a consensus. I do
think the howto and process parts are useful, and would like to get
thme published along with the policy stuff as a proposal.
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 11:57:37 -0000
@@ -0,0 +1,6 @@
+2007-02-17 Stephen J. Turnbull <stephen at xemacs.org>
+
+ Publish XEmacs Developer's Guide.
+
+ * Makefile (EXPLICIT_DOCS): Add xemacs-devguide.texi.
+
Index: Makefile
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/general-docs/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile 7 May 2005 12:23:54 -0000 1.13
+++ Makefile 17 Feb 2007 11:57:37 -0000
@@ -27,6 +27,7 @@
# We'll need something like this.
#EXPLICIT_DOCS = texi/*.texi texi/xemacs/*.texi texi/packages/*.texi
-EXPLICIT_DOCS = texi/xemacs/fontconfig.texi
+EXPLICIT_DOCS = texi/xemacs/fontconfig.texi \
+ texi/xemacs/xemacs-devguide.texi
include ../../XEmacs.rules
More information about the XEmacs-Patches
mailing list