Author: wyoung
Date: Sun Mar 23 06:53:46 2008
New Revision: 2259
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2259&view=rev
Log:
Fixed make dist in nodoc case
Modified:
trunk/mysql++.bkl
Modified: trunk/mysql++.bkl
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/mysql%2B%2B.bkl?rev=2259&r1=2258&r2=2259&view=diff
==============================================================================
--- trunk/mysql++.bkl (original)
+++ trunk/mysql++.bkl Sun Mar 23 06:53:46 2008
@@ -459,6 +459,14 @@
cp doc/html/refman/*.png
$(PKGNAME)/doc/html/refman
</command>
</if>
+ <if cond="BUILDDOCS!='yes'">
+ <!-- We have to copy this file even though we
don't
+ build the docs to make configure happy,
because it
+ wants to update the version number. -->
+ <command>
+ cp doc/userman/userman.dbx.in
$(PKGNAME)/doc/userman
+ </command>
+ </if>
<!-- examples subdir -->
<command>
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits