Recognizes if input is ogg or not.
[xiph/unicode.git] / positron / pre_release
blob726596c4ed72afa02a2e390118341bb5c09a52bb
1 #!/bin/sh
2 #
3 # This script is to gzip the manpages which is needed before one can run
4 # python setup.py bdist_rpm
6 # This does not fix the bdist_rpm target on Mandrake though, as Mandrake
7 # expects bz2 manpages.
9 gzip -c9 doc/positron.1 > doc/positron.1.gz