diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-11-07 16:30:23 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-11-07 16:30:23 +0000 |
commit | fc08eb02984296871be7801f26abc071dad2b0bd (patch) | |
tree | 243d91129dbd82d9a19996515d7493478e226ec2 | |
parent | 2b40ef5d03ad67cf637769a3fb6fdb1b74350c3f (diff) | |
download | pandoc-fc08eb02984296871be7801f26abc071dad2b0bd.tar.gz |
Removed INSTALL.html from build-doc target.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@78 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |