From e7dabc9dd0ed0bb2578677e893d7479ddbd2d1c6 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Wed, 10 Jan 2007 02:33:33 +0000 Subject: More Changes to website target. Moved to a templating system for the examples page. git-svn-id: https://pandoc.googlecode.com/svn/trunk@487 788f1e2b-df1e-0410-8736-df70ead52e1b --- web/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/Makefile') diff --git a/web/Makefile b/web/Makefile index d37568b1b..ece37e8a0 100644 --- a/web/Makefile +++ b/web/Makefile @@ -10,8 +10,8 @@ clean: for file in $(ALL); do rm $$file; done; \ rm -r example*; -examples.txt : $(PANDOC_DEPS) mkdemos.sh - ./mkdemos.sh . $(PANDOC_PATH) > $@ +examples.txt : $(PANDOC_DEPS) mkdemos.pl + PATH=$(PANDOC_PATH):$$PATH ./mkdemos.pl demos $@ %.html : %.txt $(PANDOC_DEPS) $(MAKEPAGE) $< > $@ -- cgit v1.2.3