From 623e5681c2ab8d8ecca848c723532c6e8b253605 Mon Sep 17 00:00:00 2001 From: baldurk Date: Fri, 17 Jun 2016 19:59:30 +0200 Subject: [PATCH] Update dist.sh text for new docs build method --- dist.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist.sh b/dist.sh index 9ceae45c4..4d73fc439 100644 --- a/dist.sh +++ b/dist.sh @@ -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)"