aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2006-09-29 23:14:10 +0000
committerNikolaus Schulz <microschulz@web.de>2006-09-29 23:14:10 +0000
commit6895571d3bdee6141d11eaba07d9e9278a374d5d (patch)
tree6c621c074f765ebad4c578478818739587a0d2b4 /Makefile
parenta8fd65eb5a321dd120033a094e07e2e2878bc149 (diff)
downloadarchivemail-6895571d3bdee6141d11eaba07d9e9278a374d5d.tar.gz
archivemail-6895571d3bdee6141d11eaba07d9e9278a374d5d.tar.bz2
archivemail-6895571d3bdee6141d11eaba07d9e9278a374d5d.zip
Switched rule for archivemail.html to docbook-tools/docbook-utils.
Since we already run docbook2man, we build-depend on that package anyway, and the current, hand-crafted jade command fails on Debian systems (wrong path to stylesheet).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 271af70..518b152 100644
--- a/Makefile
+++ b/Makefile
@@ -41,9 +41,5 @@ archivemail.1: archivemail.sgml
chmod 644 archivemail.1
archivemail.html: archivemail.sgml
- jade -t sgml \
- -d /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/html/docbook.dsl \
- -o archivemail.html \
- archivemail.sgml
- mv r1.html archivemail.html
+ docbook2html -u archivemail.sgml
chmod 644 archivemail.html