Author: wyoung
Date: Tue Jan 23 20:06:48 2007
New Revision: 1418

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1418&view=rev
Log:
dist target no longer depends on documentation targets.  Dependencies
aren't set up yet in such a way that we can avoid regenerating the docs
every time we do a dist.  Going to just have to rely on the builder to
ensure the docs are up to date before making a dist tarball.

Modified:
    trunk/mysql++.bkl

Modified: trunk/mysql++.bkl
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/mysql%2B%2B.bkl?rev=1418&r1=1417&r2=1418&view=diff
==============================================================================
--- trunk/mysql++.bkl (original)
+++ trunk/mysql++.bkl Tue Jan 23 20:06:48 2007
@@ -279,8 +279,6 @@
                </action>
 
                <action id="dist">
-                       <depends>refman</depends>
-                       <depends>userman</depends>
                        <depends>dist-build</depends>
                        <command>tar czf $(PKGNAME).tar.gz $(PKGNAME)</command>
                        <command>rm -rf $(PKGNAME)</command>


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

Reply via email to