Hi,
So this is a re-spin of the series I sent earlier this year. I cut out
all the radical trimming of changelogs and automation of the version
stuff. You can still do a local build which will annotate the files
with some version data which will hopefully help with draft copies.
I've converted more of the htmlised markdown boilerplate into pure
markdown. The text itself is unchanged.
The makefile automation is mainly for my benefit - it just makes it
easier to hit C-c c in emacs and trigger the compile-command. I
realise this isn't useful for everyone so feel free to drop if it is
an over imposition.
Alex BennÃe (5):
README.md: convert html to proper Markdown format
CONTRIBUTING.md: convert html to proper MarkDown
LICENSE.md: convert html to proper MarkDown
Makefile: add some simple make automations
make-setup-generated: optionally add GIT metadata
CONTRIBUTING.md | 22 ++--
LICENSE.md | 9 +-
Makefile | 26 ++++
README.md | 258 ++++++++++++++++------------------------
make-setup-generated.sh | 34 +++++-
makehtml.sh | 2 +-
6 files changed, 168 insertions(+), 183 deletions(-)
create mode 100644 Makefile
--
2.20.1