From 6426664bcd4833f689865c3e09ee1c5281b35121 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 28 Nov 2009 03:22:10 +0000 Subject: Makefile: Don't try to build man pages in build-doc. They are now built by Cabal. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1627 788f1e2b-df1e-0410-8736-df70ead52e1b --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7e651f70e..1dd9c2204 100644 --- a/Makefile +++ b/Makefile @@ -120,8 +120,8 @@ $(EXECS): build done .PHONY: build-doc -cleanup_files+=README.html $(MANPAGES) -build-doc: $(DOCS) $(MANPAGES) +cleanup_files+=README.html +build-doc: $(DOCS) .PHONY: build-program build-program: build-exec build-doc -- cgit v1.2.3