mirror of
https://git.code.sf.net/p/archivemail/code
synced 2025-01-03 05:34:58 +00:00
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).
This commit is contained in:
parent
a8fd65eb5a
commit
6895571d3b
1 changed files with 1 additions and 5 deletions
6
Makefile
6
Makefile
|
@ -41,9 +41,5 @@ archivemail.1: archivemail.sgml
|
||||||
chmod 644 archivemail.1
|
chmod 644 archivemail.1
|
||||||
|
|
||||||
archivemail.html: archivemail.sgml
|
archivemail.html: archivemail.sgml
|
||||||
jade -t sgml \
|
docbook2html -u archivemail.sgml
|
||||||
-d /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/html/docbook.dsl \
|
|
||||||
-o archivemail.html \
|
|
||||||
archivemail.sgml
|
|
||||||
mv r1.html archivemail.html
|
|
||||||
chmod 644 archivemail.html
|
chmod 644 archivemail.html
|
||||||
|
|
Loading…
Reference in a new issue