]> arthur.barton.de Git - netatalk.git/blob - doc/www/create-relnotes.sh
Update release notes
[netatalk.git] / doc / www / create-relnotes.sh
1 #!/bin/sh
2
3 # This script requires asciidoc http://www.methods.co.nz/asciidoc/
4
5 # (echo -e "Netatalk NEWS\n-------------\n\n" ; cat NEWS) | ./asciidoc.py -f netatalk-news.conf -b css -o NEWS.html - && chmod g+w NEWS.html
6 ./asciidoc.py -f netatalk-relnotes.conf -b html5 -o ReleaseNotes.html ReleaseNotes && chmod g+w ReleaseNotes.html