Don't use glib types, to be consistent with the rest of the code.
[herrie-working.git] / www / herrie.1
blobf8e4c3bca17e4e2c22aa37587a25614452723800
1 #!/bin/sh
3 GIT='git --git-dir=/export/git/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