Author: wyoung
Date: Mon Mar  6 18:43:55 2006
New Revision: 1228

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1228&view=rev
Log:
'dist' target no longer includes autoconf-generated Makefiles in the
tarball.  It should only include Makefile.in, which the configure script
needs.

Modified:
    branches/v2.1-bakefile/mysql++.bkl

Modified: branches/v2.1-bakefile/mysql++.bkl
URL: 
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/mysql%2B%2B.bkl?rev=1228&r1=1227&r2=1228&view=diff
==============================================================================
--- branches/v2.1-bakefile/mysql++.bkl (original)
+++ branches/v2.1-bakefile/mysql++.bkl Mon Mar  6 18:43:55 2006
@@ -45,7 +45,7 @@
                                        common.bkl config.guess config.h.in 
config.sub \
                                        configure* COPYING CREDITS do-upload 
fetch-backup \
                                        HACKERS INSTALL install.bat install-sh \
-                                       libmysqlclient.def LICENSE Makefile* 
mysql++.* \
+                                       libmysqlclient.def LICENSE Makefile.* 
mysql++.* \
                                        osver README* rebake reconf Wishlist 
$(PKGNAME)
                        </command>
 
@@ -73,14 +73,15 @@
 
                        <!-- lib subdir -->
                        <command>
-                               cp lib/*.{bkl,cpp,ds?,h,in} lib/Mak* 
$(PKGNAME)/lib
+                               cp lib/*.{bkl,cpp,ds?,h,in} lib/Makefile.* 
$(PKGNAME)/lib
                        </command>
 
                        <!-- examples subdir -->
                        <command>mkdir -p $(PKGNAME)/examples</command>
                        <command>
                                ( cd examples &amp;&amp; \
-                                 cp *.{bkl,cpp,ds?,h} Mak* README 
../$(PKGNAME)/examples )
+                                 cp *.{bkl,cpp,ds?,h} Makefile.* README \
+                                 ../$(PKGNAME)/examples )
                        </command>
                </action>
 


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

Reply via email to