summaryrefslogtreecommitdiff
path: root/manual/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'manual/Makefile')
-rw-r--r--manual/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/Makefile b/manual/Makefile
index 68f372d0..5758d734 100644
--- a/manual/Makefile
+++ b/manual/Makefile
@@ -11,8 +11,8 @@ manual.pdf: Makefile $(sources)
pandoc --smart --toc --chapters --number-sections \
-o manual.pdf $(sources)
-manual.html: Makefile $(sources)
- pandoc -H manual.css --smart --toc --chapters --number-sections \
+manual.html: Makefile $(sources) ../obnam.css
+ pandoc -H ../obnam.css --smart --toc --chapters --number-sections \
--standalone \
--self-contained \
-o manual.html $(sources)