Auto-generate README and ChangeLog html user docs
authorColin Clark <colin.clark@cclark.uk>
Sat, 28 Oct 2017 11:07:11 +0000 (12:07 +0100)
committerColin Clark <colin.clark@cclark.uk>
Sat, 28 Oct 2017 11:07:11 +0000 (12:07 +0100)
commitfe137c119524dd46c4cfd3e78e0e7d004ab4dd7d
treeca8737f6afa9d0b0c94f4e2082d66e779c7a73a9
parentf9be9d3969edd77546b8c82f44806be160427d6c
Auto-generate README and ChangeLog html user docs

Change Makefile.am to:
Run markdown to create README.html from README.md
Run git to create new ChangeLog file and ChangeLog.html from that
Revise format of ChangeLog.html
If markdown or git executables are not present, do nothing
Makefile.am
gen_changelog.sh
gen_readme.sh [new file with mode: 0755]