gnue-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUe-dev] [patch] Info format for gnue-appserver/doc


From: Aaron S. Hawley
Subject: [GNUe-dev] [patch] Info format for gnue-appserver/doc
Date: Wed, 30 Apr 2008 14:58:26 -0400

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

address@hidden GNU Enterprise
address@hidden
+* Api: (api).   The GNU Enterprise Application Server
address@hidden direntry
+
 @c $Date$

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

 @c ----------------------------------------------------------------------------
address@hidden Top,                                                         
Introduction
address@hidden 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

address@hidden GNU Enterprise
address@hidden
+* Devguide: (devguide).   The GNU Enterprise Application Server
address@hidden direntry
+
+
 @c ----------------------------------------------------------------------------

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

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

address@hidden Top, Introduction
address@hidden 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

Attachment: doc-info.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]