From b60398963a2072115675f732e7d38d99205e8c9a Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Wed, 26 Sep 2012 14:26:29 +0200 Subject: Add change log to manual --- docs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/Makefile') diff --git a/docs/Makefile b/docs/Makefile index 53dc6fd..83c1d01 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -11,10 +11,10 @@ clean: rm -f manual.pdf manual.html manual.pdf: manual.md - $(PANDOC) $(OPTS) manual.md -o manual.pdf + $(PANDOC) $(OPTS) manual.md z-changes-*.md -o manual.pdf manual.html: manual.md style.css - $(PANDOC) $(OPTS) manual.md -H webfonts.html -c style.css -o manual.html + $(PANDOC) $(OPTS) manual.md z-changes-*.md -H webfonts.html -c style.css -o manual.html ifeq ($(PANDOC),) $(warning Pandoc not found!) -- cgit v1.2.3