mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-04-01 13:09:36 +02:00
7 lines
137 B
Bash
Executable File
7 lines
137 B
Bash
Executable File
#!/bin/sh
|
|
cd $(dirname $0)
|
|
cd src/mapmap
|
|
set -o verbose
|
|
# Convert markdown file to html
|
|
markdown NEWS > docs/informations/CHANGELOG.html
|