From: Michael Prokop Date: Tue, 28 Dec 2010 14:54:05 +0000 (+0100) Subject: Makefile: drop uniq/sed/... workarounds for broken docbook-xsl (1.71.0.dfsg.1-1). X-Git-Tag: v0.42~1 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=8782512fbbbae5d94f29666cb161f589052ee272;ds=sidebyside Makefile: drop uniq/sed/... workarounds for broken docbook-xsl (1.71.0.dfsg.1-1). --- diff --git a/Makefile b/Makefile index e89c031..364ebff 100644 --- a/Makefile +++ b/Makefile @@ -14,15 +14,7 @@ doc_man: man-stamp man-stamp: grml-debootstrap.8.txt sed -i 's/^include::releasetable.txt\[\]/include::releasetable-man.txt\[\]/' grml-debootstrap.8.txt asciidoc -d manpage -b docbook grml-debootstrap.8.txt - sed -i 's///' grml-debootstrap.8.xml xsltproc /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl grml-debootstrap.8.xml - # ugly hack to avoid duplicate empty lines in manpage - # notice: docbook-xsl 1.71.0.dfsg.1-1 is broken! make sure you use 1.68.1.dfsg.1-0.2! - cp grml-debootstrap.8 grml-debootstrap.8.tmp - uniq grml-debootstrap.8.tmp > grml-debootstrap.8 - # ugly hack to avoid '.sp' at the end of a sentence or paragraph: - sed -i 's/\.sp//' grml-debootstrap.8 - rm grml-debootstrap.8.tmp touch man-stamp online: all