summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-11-28 03:22:10 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-11-28 03:22:10 +0000
commit6426664bcd4833f689865c3e09ee1c5281b35121 (patch)
tree46087434c273c6721100d468efe6c9c23bba8b8c /Makefile
parentb58232de700f8f07f387c5537547257700fb3155 (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files 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