[pkg-boost-commits] r14207 - boost/trunk/debian
smr at alioth.debian.org
smr at alioth.debian.org
Sat Apr 19 05:20:40 UTC 2008
Author: smr
Date: 2008-04-19 05:20:39 +0000 (Sat, 19 Apr 2008)
New Revision: 14207
Modified:
boost/trunk/debian/Notes
Log:
Adjust for version 1.35.0
Modified: boost/trunk/debian/Notes
===================================================================
--- boost/trunk/debian/Notes 2008-04-19 05:20:12 UTC (rev 14206)
+++ boost/trunk/debian/Notes 2008-04-19 05:20:39 UTC (rev 14207)
@@ -112,14 +112,15 @@
Generate the list of documentation files using wget going through
localhost to get the source tree
+ path=Packages/boost/alioth/build-area/boost-1.35.0
wget -r --no-parent --domains=localhost \
- http://localhost/lsrc/devel/Boost/boost-svn/trunk/index.htm
+ http://localhost/lsrc/$path/index.html
cd localhost/....
rm -rf boost
for f in `find * -type f`; do
- test -f /usr/local/src/devel/Boost/boost-svn/trunk/$f && echo $f;
+ test -f /usr/local/src/$path/$f && echo $f;
done > df1
- find * -name '*.htm' -or '*.html' > df2
+ find * -name '*.htm' -or -name '*.html' > df2
cat df1 df2 | sort | uniq > documentation-files
** On my machine, "http://localhost/lsrc" resolves to "/usr/local/src",
More information about the pkg-boost-commits
mailing list