From 6895571d3bdee6141d11eaba07d9e9278a374d5d Mon Sep 17 00:00:00 2001 From: Nikolaus Schulz Date: Fri, 29 Sep 2006 23:14:10 +0000 Subject: 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). --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3