From: Guillaume Pellerin Date: Tue, 13 Jan 2015 15:11:22 +0000 (+0100) Subject: add make_readme script X-Git-Tag: 0.7^2~31 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=53a5dd7334ec0d40d646d4a45d81f48b544c6e54;p=timeside.git add make_readme script --- diff --git a/doc/make_readme.sh b/doc/make_readme.sh new file mode 100755 index 0000000..6e2afa6 --- /dev/null +++ b/doc/make_readme.sh @@ -0,0 +1,4 @@ +#/bin/sh + +cat source/intro.rst source/news.rst source/processors.rst source/doc.rst source/install.rst source/ui.rst source/dev.rst source/related.rst source/copyright.rst > ../README.rst +