From fb594cf3943297a4019fcc21996400b2a3ffbe5b Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Thu, 21 Jun 2012 12:40:07 +0100 Subject: [PATCH] Build TW5 to the github repo for publication --- bld.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bld.sh b/bld.sh index 9cb25a860..4f56480f4 100755 --- a/bld.sh +++ b/bld.sh @@ -13,8 +13,8 @@ pushd tw5.com > /dev/null node ../core/boot.js \ --verbose \ --savetiddler ReadMe ../readme.md text/html \ - --savetiddler $:/core/templates/tiddlywiki5.template.html ../tmp/tw5/index.html text/plain \ - --savetiddler $:/core/templates/static.template.html ../tmp/tw5/static.html text/plain \ + --savetiddler $:/core/templates/tiddlywiki5.template.html ../../jermolene.github.com/index.html text/plain \ + --savetiddler $:/core/templates/static.template.html ../../jermolene.github.com/static.html text/plain \ || exit 1 popd > /dev/null