diff options
author | Nikolaus Schulz <microschulz@web.de> | 2011-03-28 23:01:24 +0200 |
---|---|---|
committer | Nikolaus Schulz <microschulz@web.de> | 2011-03-28 23:06:07 +0200 |
commit | 8190e4807eb73d6156b874659b3464568900241c (patch) | |
tree | 1d11677de577a2c013f70f1d365d746530482927 /Makefile | |
parent | 0437ec3e8bed6855405c4d44f367b103a9dc1154 (diff) | |
download | archivemail-8190e4807eb73d6156b874659b3464568900241c.tar.gz archivemail-8190e4807eb73d6156b874659b3464568900241c.tar.bz2 archivemail-8190e4807eb73d6156b874659b3464568900241c.zip |
Manpage: lots of cleanup and fixes in the XML and formatting
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 \ |