From: Guillaume Pellerin Date: Tue, 13 Jan 2015 15:11:22 +0000 (+0100) Subject: add make_readme script X-Git-Tag: 0.6.2~2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=1bf74efc400ebf7e00fc56e1a1ce2e284cc1c170;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 +