summaryrefslogtreecommitdiff
path: root/manual/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-02-15 10:26:38 +0000
committerLars Wirzenius <liw@liw.fi>2014-02-15 10:26:38 +0000
commit5035a344898a49683d7e4d558075e4d54cc24feb (patch)
tree6bec52352e11c164619d6697ba4c5cbbcc05aff0 /manual/Makefile
parentd99f825477dc006e8d033568ce613168c5cc0771 (diff)
downloadobnam-5035a344898a49683d7e4d558075e4d54cc24feb.tar.gz
Move manual/manual.css as obnam.css
This allows it to be shared between manual and yarns HTML outputs.
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)