Commit 48444e1f authored by Davis King's avatar Davis King

Improved makedocs script a bit. Now it uses hg archive rather than

hg clone to get a copy of the sources.
parent 5599fb92
......@@ -77,7 +77,7 @@ makedocs ()
# grab a clean copy of the repository
rm -rf docs/cache
rm -rf cache.$$
hg clone .. cache.$$ > /dev/null || report_failure
hg archive cache.$$ || report_failure
# put the stuff we need into the docs/cache folder
mkdir docs/cache
mv cache.$$/dlib docs/cache/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment