From d269888edcdb35cb6d61b1d70d4ee78048a3a603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Cort=C3=A9z?= Date: Mon, 6 Jun 2016 03:03:24 -0500 Subject: [PATCH] The build script can generate the manual --- scripts/build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/build.sh b/scripts/build.sh index 6f2bb23..060731c 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -46,6 +46,11 @@ cd documentation $pandocpath -s changelog.md -o changelog.html rm changelog.md cd .. +cd ../doc +$pythonpath32/python.exe documentation_importer.py +$pythonpath32/python.exe generator.py +mv -f en ../src/documentation/ +cd ../src $pythonpath32/python.exe "setup.py" "py2exe" "--quiet" mv -f dist ../nightly/socializer rm -rf build