commit-gnue
[Top][All Lists]
Advanced

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

r5122 - in trunk/gnue-appserver/doc: api whitepaper


From: reinhard
Subject: r5122 - in trunk/gnue-appserver/doc: api whitepaper
Date: Wed, 18 Feb 2004 11:25:28 -0600 (CST)

Author: reinhard
Date: 2004-02-18 11:25:27 -0600 (Wed, 18 Feb 2004)
New Revision: 5122

Modified:
   trunk/gnue-appserver/doc/api/Makefile
   trunk/gnue-appserver/doc/whitepaper/Makefile
Log:
Build documentation with LANG=C


Modified: trunk/gnue-appserver/doc/api/Makefile
===================================================================
--- trunk/gnue-appserver/doc/api/Makefile       2004-02-18 17:22:22 UTC (rev 
5121)
+++ trunk/gnue-appserver/doc/api/Makefile       2004-02-18 17:25:27 UTC (rev 
5122)
@@ -1,16 +1,16 @@
-all: dvi txt html pdf ps aux-clean
+all: txt html dvi pdf ps aux-clean
 
-dvi:
-       texi2dvi api.texi
-
 txt:
        LANG=C makeinfo --no-headers --output=api.txt api.texi
 
 html:
        LANG=C makeinfo --html --no-split api.texi
 
+dvi:
+       LANG=C texi2dvi api.texi
+
 pdf:
-       texi2pdf api.texi
+       LANG=C texi2pdf api.texi
 
 ps: api.dvi
        dvips api -o api.ps

Modified: trunk/gnue-appserver/doc/whitepaper/Makefile
===================================================================
--- trunk/gnue-appserver/doc/whitepaper/Makefile        2004-02-18 17:22:22 UTC 
(rev 5121)
+++ trunk/gnue-appserver/doc/whitepaper/Makefile        2004-02-18 17:25:27 UTC 
(rev 5122)
@@ -1,4 +1,4 @@
-all: dvi txt html pdf ps aux-clean
+all: txt html dvi pdf ps aux-clean
 
 # I have problems with dia, therefore I commented these out and committed
 # the .eps and the .png to CVS. Once we've sorted out the problems with dia,
@@ -15,16 +15,16 @@
        epstopdf AppserverArch.eps
 
 txt: *.texi AppserverArch.txt
-       makeinfo --no-headers --output=whitepaper.txt whitepaper.texi
+       LANG=C makeinfo --no-headers --output=whitepaper.txt whitepaper.texi
 
 html: *.texi AppserverArch.png
-       makeinfo --html --no-split whitepaper.texi
+       LANG=C makeinfo --html --no-split whitepaper.texi
 
 dvi: *.texi texinfo.tex AppserverArch.eps
-       texi2dvi whitepaper.texi
+       LANG=C texi2dvi whitepaper.texi
 
 pdf: *.texi texinfo.tex AppserverArch.pdf
-       texi2pdf whitepaper.texi
+       LANG=C texi2pdf whitepaper.texi
 
 ps: whitepaper.dvi
        dvips whitepaper -o whitepaper.ps





reply via email to

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