diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-08-26 15:46:44 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-08-26 15:46:44 +0000 |
commit | 71b70418f68eef7c5b9214fb1f5989b51c70b9e3 (patch) | |
tree | ceefd2609d66dea2ace6c7e0b51c8714a48c97d7 /web | |
parent | bdb55edd1845d2963a3b06316e5cdb25a3ca0a15 (diff) | |
download | pandoc-71b70418f68eef7c5b9214fb1f5989b51c70b9e3.tar.gz |
Removed osx-package specific files, and references to them
in Makefiles.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@906 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web')
-rw-r--r-- | web/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/Makefile b/web/Makefile index 708332781..b51ce0bf1 100644 --- a/web/Makefile +++ b/web/Makefile @@ -1,4 +1,4 @@ -ALL := index.html osx-notes.html README.html INSTALL.html examples.html pandoc1.html markdown2pdf1.html html2markdown1.html hsmarkdown1.html +ALL := index.html README.html INSTALL.html examples.html pandoc1.html markdown2pdf1.html html2markdown1.html hsmarkdown1.html PANDOC_PATH ?= $(dir $(shell which pandoc)) MAKEPAGE = $(PANDOC_PATH)/pandoc -s -S -c pandoc.css -A footer.html all : $(ALL) |