Author: wyoung
Date: Sat Feb 2 03:12:10 2008
New Revision: 2153
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2153&view=rev
Log:
Small tweaks to userman handling in Bakefile due to recent refactoring
Modified:
trunk/mysql++.bkl
Modified: trunk/mysql++.bkl
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/mysql%2B%2B.bkl?rev=2153&r1=2152&r2=2153&view=diff
==============================================================================
--- trunk/mysql++.bkl (original)
+++ trunk/mysql++.bkl Sat Feb 2 03:12:10 2008
@@ -361,7 +361,8 @@
</action>
<action id="doc/html/userman/index.html">
- <depends-on-file>doc/userman/userman.dbx</depends-on-file>
+ <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
</command>
@@ -403,7 +404,7 @@
cp -r doc/README* doc/pdf doc/ssqls-pretty $(PKGNAME)/doc
</command>
<command>
- for f in LICENSE.txt Makefile mktxt README.txt *.{dbx,xsl}
; \
+ for f in LICENSE.txt Makefile mktxt README.txt
*.{dbx,in,xsl} ; \
do \
cp doc/userman/$(DDF) $(PKGNAME)/doc/userman ; \
done
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits