diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-08-27 22:18:36 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-08-27 22:18:36 +0000 |
commit | 6bf82d8f2975af72e2617246487977da1b827015 (patch) | |
tree | b5470d09eafb0898534d2fa30108ab67acf1ca10 /Makefile | |
parent | 51c6c0a800d4bab798bc3ffe40898accec477587 (diff) | |
download | pandoc-6bf82d8f2975af72e2617246487977da1b827015.tar.gz |
Removed local references to Portfile, since pandoc is now in the
MacPorts repository. Updated INSTALL instructions and website.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@919 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -343,8 +343,6 @@ $(web_dest) : html $(wildcard $(web_src)/*) changelog \ cp changelog $(web_dest)/ ; \ cp README $(web_dest)/ ; \ cp INSTALL $(web_dest)/ ; \ - cp $(portfile) $(web_dest)/ ; \ - cp ../$(deb_main) $(web_dest)/ ; \ cp $(MANDIR)/man1/pandoc.1.md $(web_dest)/ ; \ cp $(MANDIR)/man1/*.1 $(web_dest)/ ; \ ) || { rm -rf $(web_dest); exit 1; } |