mirror of
https://github.com/boostorg/build.git
synced 2026-02-01 08:22:15 +00:00
Retain top-level boost-build.jam
[SVN r43007]
This commit is contained in:
@@ -23,7 +23,7 @@ date >> timestamp.txt
|
||||
rm -rf example/versioned
|
||||
|
||||
# Remove unnecessary top-level files
|
||||
find . -maxdepth 1 -type f | egrep -v "timestamp.txt|roll.sh|bootstrap.jam|build-system.jam|boost_build.png|index.html|hacking.txt|site-config.jam|user-config.jam" | xargs rm -f
|
||||
find . -maxdepth 1 -type f | egrep -v "boost-build.jam|timestamp.txt|roll.sh|bootstrap.jam|build-system.jam|boost_build.png|index.html|hacking.txt|site-config.jam|user-config.jam" | xargs rm -f
|
||||
|
||||
# Build the documentation
|
||||
touch doc/project-root.jam
|
||||
|
||||
Reference in New Issue
Block a user