Author: wyoung
Date: Sun Jan  1 06:38:48 2017
New Revision: 2789

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2789&view=rev
Log:
The top-level dist target was depending on the existence of a symlink
that is no longer present.

Modified:
    trunk/ChangeLog
    trunk/mysql++.bkl

Modified: trunk/ChangeLog
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/ChangeLog?rev=2789&r1=2788&r2=2789&view=diff
==============================================================================
--- trunk/ChangeLog     (original)
+++ trunk/ChangeLog     Sun Jan  1 06:38:48 2017
@@ -1,4 +1,4 @@
-3.2.3, 2016.12.29 (r2786)
+3.2.3, 2016.12.29 (r2790)
 
     o Now using snprintf() instead of _snprintf() on Visual C++ 2015.
 

Modified: trunk/mysql++.bkl
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/mysql%2B%2B.bkl?rev=2789&r1=2788&r2=2789&view=diff
==============================================================================
--- trunk/mysql++.bkl   (original)
+++ trunk/mysql++.bkl   Sun Jan  1 06:38:48 2017
@@ -489,7 +489,7 @@
       <depends-on-file>doc/userman/*.dbx</depends-on-file>
       <depends-on-file>doc/userman/userman.dbx.in</depends-on-file>
       <command>
-        cd doc/userman ; make html pdf ; cp userman.pdf ../pdf
+        cd doc/userman ; make html pdf
       </command>
     </action>
 


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

Reply via email to