Author: wyoung
Date: Thu Mar 19 01:13:18 2015
New Revision: 2772
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2772&view=rev
Log:
One of the recent packaging changes tossed the refman contents into the
top level of the tarball. (Oof.)
Modified:
trunk/mysql++.bkl
Modified: trunk/mysql++.bkl
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/mysql%2B%2B.bkl?rev=2772&r1=2771&r2=2772&view=diff
==============================================================================
--- trunk/mysql++.bkl (original)
+++ trunk/mysql++.bkl Thu Mar 19 01:13:18 2015
@@ -508,9 +508,10 @@
<!-- Copy files into package directory -->
<!-- top directory -->
<command>
- cp -RL *.bat *.in *.txt Bakefiles.bkgen bootstrap ChangeLog \
- cleanmf config.guess config.sub configure* dtest exrun \
- install* Makefile.* mysql++.* osver Wishlist $(PKGNAME)
+ cp -RL *.bat *.in *.txt abi.xml aclocal.m4 Bakefiles.bkgen \
+ bootstrap ChangeLog cleanmf config.guess config.h config.sub \
+ configure* dtest exrun install* Makefile.* mysql++.* osver \
+ Wishlist $(PKGNAME)
</command>
<!-- VC++ project file subdirs -->
@@ -536,11 +537,7 @@
done
</command>
<command>
- for d in refman userman ; do \
- for f in *.css *.html ; do \
- cp doc/html/$(DDD)/$(DDF) $(PKGNAME)/doc/html/$(DDD) ; \
- done ; \
- done
+ find doc \( -name *.css -o -name *.html \) -exec install {}
$(PKGNAME)/{} \;
</command>
<command>
cp doc/html/refman/*.png $(PKGNAME)/doc/html/refman
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits