view mcabber/doc/build @ 1393:216b4da93e08

Do not use struct tm's tm_gmtoff if not available
author Mikael Berthe <mikael@lilotux.net>
date Sun, 09 Dec 2007 19:17:42 +0100
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