From cfd47dbc3ed931c61a85e4e9a8f5abfa5b73091d Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Fri, 19 Mar 2010 16:18:46 +0000 Subject: More fixes to web Makefile. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1920 788f1e2b-df1e-0410-8736-df70ead52e1b --- web/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'web/Makefile') diff --git a/web/Makefile b/web/Makefile index 8cf468575..70f088df1 100644 --- a/web/Makefile +++ b/web/Makefile @@ -1,4 +1,4 @@ -ALL := index.html README.html INSTALL.html examples.html pandoc.1.html markdown2pdf.1.html html2x.html +ALL := index.html README.html INSTALL.html examples.html pandoc.1.html markdown2pdf.1.html html2x.html changelog.txt PANDOC_PATH ?= $(dir $(shell which pandoc)) PANDOC_SRC ?= ${HOME}/src/pandoc MAKEPAGE = $(PANDOC_PATH)/pandoc -s -S -H css -A footer.html @@ -10,6 +10,9 @@ clean: for file in $(ALL); do rm $$file; done; \ rm -r example*; +changelog.txt : changelog + cp $< $@ + # 'make update' pulls in source files from the pandoc source directory sources := $(PANDOC_SRC)/dist/doc/html $(PANDOC_SRC)/changelog \ $(PANDOC_SRC)/INSTALL $(wildcard $(PANDOC_SRC)/man/man1/*.1) \ -- cgit v1.2.3