Author: wyoung
Date: Sat Mar 18 05:52:02 2006
New Revision: 1261
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1261&view=rev
Log:
Added refman target to lib directory autoconf target makefile.
Modified:
branches/v2.1-bakefile/lib/lib.bkl
Modified: branches/v2.1-bakefile/lib/lib.bkl
URL:
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/lib/lib.bkl?rev=1261&r1=1260&r2=1261&view=diff
==============================================================================
--- branches/v2.1-bakefile/lib/lib.bkl (original)
+++ branches/v2.1-bakefile/lib/lib.bkl Sat Mar 18 05:52:02 2006
@@ -75,5 +75,10 @@
<command>( cd .. ; make tags )</command>
</action>
<action id="ctags"><depends>tags</depends></action>
+
+ <action id="refman">
+ <command>doxygen</command>
+ <command>cd ../doc/refman/latex && make pdf
&& mv refman.pdf ../../mysqlpp-refman.pdf</command>
+ </action>
</if>
</makefile>
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits