From c874f3c36a781e1e70cfc20fd08316eb664db66e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 11 Feb 2014 00:10:41 +0000 Subject: Fix how 000.mdwn is used --- manual/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manual/Makefile') diff --git a/manual/Makefile b/manual/Makefile index bea7949e..947b8008 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -2,16 +2,16 @@ TITLE = Backups with Obnam AUTHOR = Lars Wirzenius (liw@liw.fi) VERSION = Version $(shell git describe) -sources = $(wildcard *.mdwn) +sources = 000.mdwn $(wildcard *.mdwn) outputs = manual.pdf manual.html all: $(outputs) -manual.pdf: Makefile 000.mdwn $(sources) +manual.pdf: Makefile $(sources) pandoc --smart --toc --chapters --number-sections \ -o manual.pdf $(sources) -manual.html: Makefile 000.mdwn $(sources) +manual.html: Makefile $(sources) pandoc -H manual.css --smart --toc --chapters --number-sections \ --standalone \ --self-contained \ -- cgit v1.2.1