view mcabber/doc/build @ 1772:c450d1e66c2e

Don't let "/set" show the password with all other variables
author Mikael Berthe <mikael@lilotux.net>
date Sat, 13 Mar 2010 22:13:43 +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