Author: wyoung
Date: Fri Jun 15 18:18:30 2007
New Revision: 1555

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1555&view=rev
Log:
Partial fix for Doxygen build problems on RHEL4.  Doesn't actually build
automatically yet, but you can do it manually by turning off LaTeX
batchmode in lib/Doxygen, then running pdflatex by hand and giving it a
path to utf8.def when it complains.

Modified:
    trunk/Wishlist
    trunk/lib/Doxyfile.in
    trunk/mysql++.bkl

Modified: trunk/Wishlist
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/Wishlist?rev=1555&r1=1554&r2=1555&view=diff
==============================================================================
--- trunk/Wishlist (original)
+++ trunk/Wishlist Fri Jun 15 18:18:30 2007
@@ -13,8 +13,6 @@
        puts an item in this section instead of the v3.0 one is that
        it can be done without breaking the ABI, which would force
        a feature to v3.0.
-
-       o Fix Doxygen build on EL4 and EL5.
 
        o Document Connection::opt_* constants.
        

Modified: trunk/lib/Doxyfile.in
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/Doxyfile.in?rev=1555&r1=1554&r2=1555&view=diff
==============================================================================
--- trunk/lib/Doxyfile.in (original)
+++ trunk/lib/Doxyfile.in Fri Jun 15 18:18:30 2007
@@ -791,7 +791,7 @@
 # by the printer. Possible values are: a4, a4wide, letter, legal and 
 # executive. If left blank a4wide will be used.
 
-PAPER_TYPE             = a4wide
+PAPER_TYPE             = letter
 
 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX 
 # packages that should be included in the LaTeX output.
@@ -816,14 +816,14 @@
 # plain latex in the generated Makefile. Set this option to YES to get a 
 # higher quality PDF documentation.
 
-USE_PDFLATEX           = NO
+USE_PDFLATEX           = YES
 
 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. 
 # command to the generated LaTeX files. This will instruct LaTeX to keep 
 # running if errors occur, instead of asking the user for help. 
 # This option is also used when generating formulas in HTML.
 
-LATEX_BATCHMODE        = NO
+LATEX_BATCHMODE        = YES
 
 # If LATEX_HIDE_INDICES is set to YES then doxygen will not 
 # include the index chapters (such as File Index, Compound Index, etc.) 

Modified: trunk/mysql++.bkl
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/mysql%2B%2B.bkl?rev=1555&r1=1554&r2=1555&view=diff
==============================================================================
--- trunk/mysql++.bkl (original)
+++ trunk/mysql++.bkl Fri Jun 15 18:18:30 2007
@@ -283,7 +283,7 @@
                        <depends-on-file>lib/*.h</depends-on-file>
                        <command>
                                mkdir -p doc/latex ; cd lib ; doxygen > 
/dev/null $(AND) \
-                                       cd ../doc/latex $(AND) make pdf > 
/dev/null $(AND) \
+                                       cd ../doc/latex $(AND) make > /dev/null 
$(AND) \
                                        cp refman.pdf ..
                        </command>
                </action>


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to