Author: wyoung
Date: Fri Jun 29 21:26:56 2007
New Revision: 1639
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1639&view=rev
Log:
Disabled "noise suppression" in refman build process. Need that noise
to manually work around build problems on RHEL 4
Modified:
trunk/lib/Doxyfile.in
trunk/mysql++.bkl
Modified: trunk/lib/Doxyfile.in
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/Doxyfile.in?rev=1639&r1=1638&r2=1639&view=diff
==============================================================================
--- trunk/lib/Doxyfile.in (original)
+++ trunk/lib/Doxyfile.in Fri Jun 29 21:26:56 2007
@@ -823,7 +823,7 @@
# running if errors occur, instead of asking the user for help.
# This option is also used when generating formulas in HTML.
-LATEX_BATCHMODE = YES
+LATEX_BATCHMODE = NO
# 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=1639&r1=1638&r2=1639&view=diff
==============================================================================
--- trunk/mysql++.bkl (original)
+++ trunk/mysql++.bkl Fri Jun 29 21:26:56 2007
@@ -285,7 +285,7 @@
mkdir -p doc/latex ; cd lib ; doxygen >
/dev/null
</command>
<command>
- cd doc/latex $(AND) make > /dev/null $(AND) cp
refman.pdf ..
+ cd doc/latex ; make ; cp refman.pdf ..
</command>
</action>
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits