1abcc4dc85
- Adding Makefile to produce README.html from README.md so that we can see the output in a browser before commiting to gitlab. requires pandoc installed.
4 lines
65 B
Makefile
4 lines
65 B
Makefile
|
|
README.html: README.md
|
|
pandoc -s -f markdown -t html -o $@ $<
|
|
|