From 5035a344898a49683d7e4d558075e4d54cc24feb Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 15 Feb 2014 10:26:38 +0000 Subject: Move manual/manual.css as obnam.css This allows it to be shared between manual and yarns HTML outputs. --- manual/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manual/Makefile') 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) -- cgit v1.2.1