Switch to side-by-side view
--- a/rebuild.bash +++ b/rebuild.bash @@ -34,3 +34,7 @@ pushd ForgeWiki python setup.py develop popd +echo '# setup HelloForge...' +pushd HelloForge +python setup.py develop +popd
--- a/rebuild.bash +++ b/rebuild.bash @@ -34,3 +34,7 @@ pushd ForgeWiki python setup.py develop popd +echo '# setup HelloForge...' +pushd HelloForge +python setup.py develop +popd