Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!
| author | Michael Gebetsroither <michael.geb@gmx.at> |
| Sat Mar 29 12:43:08 2008 +0100 (8 months ago) | |
| changeset 4 | 9e7429847692 |
| manifest | 9e7429847692 |
| parent 3 | 0b6a665b1a3f |
| tag | tip |
--- a/Makefile Sun Dec 16 17:43:26 2007 +0100+++ b/Makefile Sat Mar 29 12:43:08 2008 +0100@@ -4,7 +4,7 @@%.gz : %.txt ;asciidoc -d manpage -b docbook $^#sed -i 's/<emphasis role="strong">/<emphasis role="bold">/g' `echo $^ |sed -e 's/.txt/.xml/'`- xsltproc -nonet /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl `echo $^ |sed -e 's/.txt/.xml/'` &>/dev/null+ xsltproc -nonet /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl `echo $^ |sed -e 's/.txt/.xml/'` >/dev/null# ugly hack to avoid '.sp' at the end of a sentence or paragraph:sed -i 's/\.sp//' `echo $^ |sed -e 's/.txt//'`gzip -f --best `echo $^ |sed -e 's/.txt//'`