repo.or.cz
/
slunkcrypt.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed compatibility of Makefile with older make versions.
[slunkcrypt.git]
/
mk-docs.sh
blob
98059044d4f5ac949a0e4d681371c5faf9e10977
1
#!/bin/bash
2
set -e
3
cd --
"$(dirname -- "
${BASH_SOURCE[0]}
")"
4
5
pandoc
-o
README.html
--self-contained --toc --toc-depth
=
3
--css
etc
/
style
/
gh-pandoc.min.css README.md