From 8190e4807eb73d6156b874659b3464568900241c Mon Sep 17 00:00:00 2001 From: Nikolaus Schulz Date: Mon, 28 Mar 2011 23:01:24 +0200 Subject: Manpage: lots of cleanup and fixes in the XML and formatting --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4432631..f803e59 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,6 @@ VERSION_TAG=v$(subst .,_,$(VERSION)) TARFILE=archivemail-$(VERSION).tar.gz HTDOCS=htdocs-$(VERSION) -# Path to XSLT stylesheet. Adapt to your needs. -XSLT_MAN=/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl - default: @echo "no default target" @@ -45,8 +42,8 @@ $(HTDOCS).tgz: index.html archivemail.html RELNOTES style.css manpage.css cd $(HTDOCS) && mv archivemail.html manpage.html tar czf $(HTDOCS).tgz $(HTDOCS) -archivemail.1: archivemail.xml - xsltproc $(XSLT_MAN) archivemail.xml +archivemail.1: archivemail.xml db2man.xsl + xsltproc db2man.xsl archivemail.xml archivemail.html: archivemail.xml db2html.xsl xsltproc --output archivemail.html \ -- cgit v1.2.3