Another pretty insignificant patch.

I wanted the Texinfo documentation that ships with gnue-appserver to
be compiled and installed into the system's Info manual.  Here were
some changes I made to the Texinfo source files and the Makefiles.

Index: doc/api/api.texi
===================================================================
--- doc/api/api.texi    (revision 9872)
+++ doc/api/api.texi    (working copy)
@@ -5,6 +5,11 @@
 @setcontentsaftertitlepage
 @syncodeindex tp fn

[EMAIL PROTECTED] GNU Enterprise
[EMAIL PROTECTED]
+* Api: (api).   The GNU Enterprise Application Server
[EMAIL PROTECTED] direntry
+
 @c $Date$

 @c ----------------------------------------------------------------------------
@@ -67,7 +72,7 @@
 @end titlepage

 @c ----------------------------------------------------------------------------
[EMAIL PROTECTED] Top,                                                         
Introduction
[EMAIL PROTECTED] Top,                                           Introduction, 
(dir), (dir)
 @c ----------------------------------------------------------------------------

 @menu
Index: doc/api/Makefile
===================================================================
--- doc/api/Makefile    (revision 9872)
+++ doc/api/Makefile    (working copy)
@@ -2,7 +2,7 @@
 MAIN=${DOC}.texi
 SOURCES=${MAIN}

-all: ${DOC}.txt ${DOC}.html ${DOC}.dvi ${DOC}.pdf ${DOC}.ps aux-clean
+all: ${DOC}.txt ${DOC}.html ${DOC}.dvi ${DOC}.pdf ${DOC}.ps
${DOC}.info aux-clean

 version.texi: ${SOURCES}
        echo -n "@set UPDATED " > version.texi
@@ -30,6 +30,9 @@
 ${DOC}.ps: ${DOC}.dvi
        dvips ${DOC} -o ${DOC}.ps

+${DOC}.info: ${MAIN} ${SOURCES} version.texi
+       LANG=C makeinfo ${MAIN}
+
 aux-clean:
        rm -f *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.??s

Index: doc/devguide/devguide.texi
===================================================================
--- doc/devguide/devguide.texi  (revision 9872)
+++ doc/devguide/devguide.texi  (working copy)
@@ -4,6 +4,12 @@
 @include version.texi
 @setcontentsaftertitlepage

[EMAIL PROTECTED] GNU Enterprise
[EMAIL PROTECTED]
+* Devguide: (devguide).   The GNU Enterprise Application Server
[EMAIL PROTECTED] direntry
+
+
 @c ----------------------------------------------------------------------------

 @ifnottex
@@ -63,7 +69,7 @@

 @c ----------------------------------------------------------------------------

[EMAIL PROTECTED] Top, Introduction
[EMAIL PROTECTED] Top, Introduction, (dir), (dir)

 @menu
 * Introduction::
Index: doc/devguide/Makefile
===================================================================
--- doc/devguide/Makefile       (revision 9872)
+++ doc/devguide/Makefile       (working copy)
@@ -2,7 +2,7 @@
 MAIN=${DOC}.texi
 SOURCES=$(shell ls [0-9][0-9]-*)

-all: ${DOC}.txt ${DOC}.html ${DOC}.dvi ${DOC}.pdf ${DOC}.ps aux-clean
+all: ${DOC}.txt ${DOC}.html ${DOC}.dvi ${DOC}.pdf ${DOC}.ps
${DOC}.info aux-clean

 version.texi: ${SOURCES}
        echo -n "@set UPDATED " > version.texi
@@ -31,6 +31,9 @@
 ${DOC}.ps: ${DOC}.dvi
        dvips ${DOC} -o ${DOC}.ps

+${DOC}.info: ${MAIN} ${SOURCES} version.texi
+       LANG=C makeinfo ${MAIN}
+
 aux-clean:
        rm -f *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.??s
Index: doc/api/api.texi
===================================================================
--- doc/api/api.texi	(revision 9872)
+++ doc/api/api.texi	(working copy)
@@ -5,6 +5,11 @@
 @setcontentsaftertitlepage
 @syncodeindex tp fn
 
[EMAIL PROTECTED] GNU Enterprise
[EMAIL PROTECTED]
+* Api: (api).   The GNU Enterprise Application Server
[EMAIL PROTECTED] direntry
+
 @c $Date$
 
 @c ----------------------------------------------------------------------------
@@ -67,7 +72,7 @@
 @end titlepage
 
 @c ----------------------------------------------------------------------------
[EMAIL PROTECTED] Top,                                                         Introduction
[EMAIL PROTECTED] Top,                                           Introduction, (dir), (dir)
 @c ----------------------------------------------------------------------------
 
 @menu
Index: doc/api/Makefile
===================================================================
--- doc/api/Makefile	(revision 9872)
+++ doc/api/Makefile	(working copy)
@@ -2,7 +2,7 @@
 MAIN=${DOC}.texi
 SOURCES=${MAIN}
 
-all: ${DOC}.txt ${DOC}.html ${DOC}.dvi ${DOC}.pdf ${DOC}.ps aux-clean
+all: ${DOC}.txt ${DOC}.html ${DOC}.dvi ${DOC}.pdf ${DOC}.ps ${DOC}.info aux-clean
 
 version.texi: ${SOURCES}
 	echo -n "@set UPDATED " > version.texi
@@ -30,6 +30,9 @@
 ${DOC}.ps: ${DOC}.dvi
 	dvips ${DOC} -o ${DOC}.ps
 
+${DOC}.info: ${MAIN} ${SOURCES} version.texi
+	LANG=C makeinfo ${MAIN}
+
 aux-clean:
 	rm -f *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.??s
 
Index: doc/devguide/devguide.texi
===================================================================
--- doc/devguide/devguide.texi	(revision 9872)
+++ doc/devguide/devguide.texi	(working copy)
@@ -4,6 +4,12 @@
 @include version.texi
 @setcontentsaftertitlepage
 
[EMAIL PROTECTED] GNU Enterprise
[EMAIL PROTECTED]
+* Devguide: (devguide).   The GNU Enterprise Application Server
[EMAIL PROTECTED] direntry
+
+
 @c ----------------------------------------------------------------------------
 
 @ifnottex
@@ -63,7 +69,7 @@
 
 @c ----------------------------------------------------------------------------
 
[EMAIL PROTECTED] Top, Introduction
[EMAIL PROTECTED] Top, Introduction, (dir), (dir)
 
 @menu
 * Introduction::
Index: doc/devguide/Makefile
===================================================================
--- doc/devguide/Makefile	(revision 9872)
+++ doc/devguide/Makefile	(working copy)
@@ -2,7 +2,7 @@
 MAIN=${DOC}.texi
 SOURCES=$(shell ls [0-9][0-9]-*)
 
-all: ${DOC}.txt ${DOC}.html ${DOC}.dvi ${DOC}.pdf ${DOC}.ps aux-clean
+all: ${DOC}.txt ${DOC}.html ${DOC}.dvi ${DOC}.pdf ${DOC}.ps ${DOC}.info aux-clean
 
 version.texi: ${SOURCES}
 	echo -n "@set UPDATED " > version.texi
@@ -31,6 +31,9 @@
 ${DOC}.ps: ${DOC}.dvi
 	dvips ${DOC} -o ${DOC}.ps
 
+${DOC}.info: ${MAIN} ${SOURCES} version.texi
+	LANG=C makeinfo ${MAIN}
+
 aux-clean:
 	rm -f *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.??s
 
_______________________________________________
Gnue-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnue-dev

Reply via email to