view mcabber/doc/build @ 2363:64f1899ff168

Fix format-security warnings This patch should fix the FTBFS report in Debian sid (bug 997162): the format string was omitted when displaying the message prefix and the mcabber version.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 24 Oct 2021 21:20:36 +0200
parents 0d5660c6b4aa
children
line wrap: on
line source

#! /bin/sh

set -e -x

asciidoc -b html5 -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