summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-11-07 16:30:23 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-11-07 16:30:23 +0000
commitfc08eb02984296871be7801f26abc071dad2b0bd (patch)
tree243d91129dbd82d9a19996515d7493478e226ec2 /Makefile
parent2b40ef5d03ad67cf637769a3fb6fdb1b74350c3f (diff)
Removed INSTALL.html from build-doc target.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@78 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 f343bc075..45825915e 100644
--- a/Makefile
+++ b/Makefile
@@ -115,8 +115,8 @@ $(EXECS): $(BUILDDIR)
done
.PHONY: build-doc
-cleanup_files+=README.html INSTALL.html
-build-doc: $(DOCS) INSTALL.html
+cleanup_files+=README.html
+build-doc: $(DOCS)
.PHONY: build-program
build-program: build-exec build-doc