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