From d4d01d9686050a8a2677dab0d73e4151ef917f9c Mon Sep 17 00:00:00 2001 From: Alexander Ljungberg Date: Sat, 14 May 2011 13:09:42 -0400 Subject: [PATCH] Refs #1261. Clean up README.html tmp build file when jake docs is done. --- Tools/Documentation/postprocess/003.markdown_readme.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 Tools/Documentation/postprocess/003.markdown_readme.sh diff --git a/Tools/Documentation/postprocess/003.markdown_readme.sh b/Tools/Documentation/postprocess/003.markdown_readme.sh new file mode 100755 index 000000000..b91d7ecee --- /dev/null +++ b/Tools/Documentation/postprocess/003.markdown_readme.sh @@ -0,0 +1,10 @@ +#!/bin/bash +# +# Remove the generated README.html once the build has finished. +# +# NOTE: The working directory should be the main capp directory when this script is run +# +# $1 Cappuccino documentation directory +# + +rm "$1"/README.html \ No newline at end of file