Merge branch 'master' of ssh://hoeg.nl/export/git/public/herrie
[herrie-working.git] / www / herrie.1
blobbdf1885cdea2b8a582736190d7e684a3714eb8ca
1 #!/bin/sh
3 GIT='git --git-dir=/export/git/public/herrie'
5 printf 'Content-Type: text/plain\n\r\n'
6 for i in `$GIT ls-tree HEAD herrie/man/ | awk '{print $3}'`
7 do
8 $GIT cat-file blob $i
9 done | sed -e 's|%%CONFFILE%%|/usr/local/etc/herrie.conf|' \
10 -e 's|%%OSS_DEVICE%%|/dev/dsp|' \
11 -e 's|%%PLAYQ_DUMPFILE%%|autosave.xspf|' |
12 tbl | groff -S -Wall -mtty-char -man -Tascii | col -b