view mcabber/doc/build @ 976:d530e5fb506a

Fix SSL on OS X We need libcrypto on OS X, for SSL support. Thanks to Alexis Hildebrandt for the information.
author Mikael Berthe <mikael@lilotux.net>
date Tue, 10 Oct 2006 19:43:32 +0200
parents 20111c373ba3
children 0d5660c6b4aa
line wrap: on
line source

#! /bin/sh

set -e -x

asciidoc -b css -d manpage mcabber.1.txt
asciidoc -b docbook -d manpage mcabber.1.txt
mv mcabber.1 mcabber.1.before
xmlto man mcabber.1.xml
mv mcabber.1 mcabber.1.new
mv mcabber.1.before mcabber.1