aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 48f3056..4f925af 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,6 @@ archivemail.1: archivemail.sgml
docbook2man archivemail.sgml
chmod 644 archivemail.1
-archivemail.html: archivemail.sgml
- docbook2html -u archivemail.sgml
+archivemail.html: archivemail.sgml db2html.dsl
+ docbook2html --dsl db2html.dsl -u archivemail.sgml
chmod 644 archivemail.html