view mcabber/doc/build @ 2119:3b26f3a58cb9

Fix command line issue reported by Minos Fix small memory corruption in strip_arg_special_chars(). strcpy() cannot be used there because the areas overlap.
author Mikael Berthe <mikael@lilotux.net>
date Tue, 24 Jun 2014 18:56:24 +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