Files
mapmap/scripts/update-changelog.sh
Alexandre Quessy 0057261566 Fix #310: Document how to generate doc with markdown + delete
CHANGELOG.md that was a duplicate
2016-12-28 14:06:41 -05:00

5 lines
106 B
Bash
Executable File

#!/bin/sh
set -o verbose
# Convert markdown file to html
markdown NEWS > docs/informations/CHANGELOG.html