summaryrefslogtreecommitdiff
path: root/bin/rst2html
blob: 4457ddff14d1cb6255d61d164505d43fca642f1c (plain)
1
2
3
4
5
#!/bin/sh 
 
thisdir="$(realpath "$(dirname "$0")")"
 
exec rst2html.py --stylesheet-path=html4css1.css,"$thisdir/pygments-default.css" --embed-stylesheet "$@"