#!/bin/bash
xmllint --format emchain.1.xml --output emchain.1.xml
xmllint --format em_make.1.xml --output em_make.1.xml
xmllint --format emsetup.1.xml --output emsetup.1.xml
xmllint --format emlocale.1.xml --output emlocale.1.xml
xmllint --format emsource.1.xml --output emsource.1.xml
xmllint --format emdebuild.1.xml --output emdebuild.1.xml
xmllint --format emdebian-tools.1.xml --output emdebian-tools.1.xml
xmllint --format overview.1.xml --output overview.1.xml
xsltproc -''-nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl emdebian-tools.1.xml
# uncomment (with a usable directory) for HTML output.
#xsltproc -o tmp/ -nonet http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl emdebian-tools.1.xml

