aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-01-12 03:47:00 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-01-12 03:47:00 +0000
commitbfba911b038bb2a573561c96e2cfbec600ebda09 (patch)
tree18c2c4c7726d7d5ea83db9d38bf2a9dc3a4e1b91 /Makefile
parentfd7fe7d0007ce092cc99070c4be2a500545cc75a (diff)
downloadpandoc-bfba911b038bb2a573561c96e2cfbec600ebda09.tar.gz
Removed obsolete win-pkg Makefile target.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1804 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index fa12cc15d..203ad1f0c 100644
--- a/Makefile
+++ b/Makefile
@@ -226,14 +226,6 @@ $(portfile) : $(portfile_template) tarball
sed -e 's/@TARBALLMD5SUM@/$(word 2, $(shell openssl md5 $(tarball)))/' > \
$(portfile)
-.PHONY: win-pkg
-win_pkg_name:=$(PKGID).zip
-win_docs:=COPYING.txt COPYRIGHT.txt BUGS.txt README.txt README.html
-cleanup_files+=$(win_pkg_name) $(win_docs)
-win-pkg: $(win_pkg_name)
-$(win_pkg_name): $(PKG).exe $(win_docs)
- zip -r $(win_pkg_name) $(PKG).exe $(win_docs)
-
.PHONY: test test-markdown
test: $(MAIN)
$(BUILDCMD) test