Author: wyoung
Date: Fri Mar  3 06:20:24 2006
New Revision: 1200

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1200&view=rev
Log:
Added built documentation to dist tarball

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=1200&r1=1199&r2=1200&view=diff
==============================================================================
--- branches/v2.1-bakefile/mysql++.bkl (original)
+++ branches/v2.1-bakefile/mysql++.bkl Fri Mar  3 06:20:24 2006
@@ -54,19 +54,22 @@
                        <command>cp config/*.m4 $(PKGNAME)/config</command>
 
                        <!-- doc subdir -->
-                       <command>cp doc/README* doc/ssqls-pretty 
$(PKGNAME)/doc</command>
                        <command>
-                               for f in LICENSE Makefile README userman.xml ; 
do \
+                               cp doc/README* doc/*.pdf doc/ssqls-pretty 
$(PKGNAME)/doc
+                       </command>
+                       <command>
+                               for f in LICENSE Makefile mktxt README 
*.{xsl,xml} ; do \
                                        cp doc/userman/$(DBLDOLLAR)f 
$(PKGNAME)/doc/userman ; \
                                done
                        </command>
                        <command>
-                               for f in _header.html refman.css ; do \
-                                       cp doc/refman/html/$(DBLDOLLAR)f 
$(PKGNAME)/doc/refman/html ; \
-                               done
-                       </command>
-                       <command>
-                               cp doc/userman/html/userman.css 
$(PKGNAME)/doc/userman/html
+                               for d in refman userman ; do \
+                                       for f in *.{css,html} ; do \
+                                               cp 
doc/$(DBLDOLLAR)d/html/$(DBLDOLLAR)f \
+                                                               
$(PKGNAME)/doc/$(DBLDOLLAR)d/html ; \
+                                       done ; \
+                               done ; \
+                               cp doc/refman/html/*.png 
$(PKGNAME)/doc/refman/html
                        </command>
 
                        <!-- lib subdir -->


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

Reply via email to