Author: mysqlpp
Date: Sun Aug 30 07:40:30 2009
New Revision: 2571

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2571&view=rev
Log:
No longer generating refman.pdf.  Not nearly as useful as the HTML
version, and very error-prone generation process besides.

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

Modified: trunk/Wishlist
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/Wishlist?rev=2571&r1=2570&r2=2571&view=diff
==============================================================================
--- trunk/Wishlist (original)
+++ trunk/Wishlist Sun Aug 30 07:40:30 2009
@@ -35,10 +35,6 @@
 
 v3.1 Tentative Plan
 -------------------
-    o Stop generating PDF refman by default?  Not very useful
-      without the hyperlinks, it takes a long time to do it, and
-      it gives LaTeX pain on my Ubuntu Hardy box.
-
     o Check that it works with Connector/C and MySQL 5.1
 
     o Document sql_*_null in userman

Modified: trunk/lib/Doxyfile.in
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/Doxyfile.in?rev=2571&r1=2570&r2=2571&view=diff
==============================================================================
--- trunk/lib/Doxyfile.in (original)
+++ trunk/lib/Doxyfile.in Sun Aug 30 07:40:30 2009
@@ -610,7 +610,7 @@
 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will 
 # generate Latex output.
 
-GENERATE_LATEX         = YES
+GENERATE_LATEX         = NO
 
 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. 
 # If a relative path is entered the value of OUTPUT_DIRECTORY will be 

Modified: trunk/mysql++.bkl
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/mysql%2B%2B.bkl?rev=2571&r1=2570&r2=2571&view=diff
==============================================================================
--- trunk/mysql++.bkl (original)
+++ trunk/mysql++.bkl Sun Aug 30 07:40:30 2009
@@ -424,10 +424,7 @@
       <depends-on-file>lib/*.cpp</depends-on-file>
       <depends-on-file>lib/*.h</depends-on-file>
       <command>
-        mkdir -p doc/latex ; cd lib ; doxygen > /dev/null
-      </command>
-      <command>
-        mkdir -p doc/pdf ; cd doc/latex ; make ; cp refman.pdf ../pdf
+        cd lib ; doxygen > /dev/null
       </command>
     </action>
 


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

Reply via email to