Update dist.sh text for new docs build method

This commit is contained in:
baldurk
2016-06-17 19:59:30 +02:00
parent a9560efcdb
commit 623e5681c2
+2 -2
View File
@@ -6,10 +6,10 @@ if [ $# -ne 1 ] || [ $1 != "autobuild" ]; then
AUTOBUILD=0
echo "=== Building standalone folders. Hit enter when each prompt is satisfied"
echo "Have you rebuilt the documentation? (docs/renderdoc.shfbproj)"
echo "Have you rebuilt the documentation? (cd docs/ && ./make.sh htmlhelp)"
read;
echo "Have you built the python libraries? (renderdocui/3rdparty/ironpython/compilelibs.sh)"
echo "Have you built the python libraries? (cd renderdocui/3rdparty/ironpython/ && ./compilelibs.sh /path/to/IronPython)"
read;
echo "Have you marked the git commit hash in version info? (hash_version.sh)"