aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-23 23:13:43 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-23 23:13:43 +0000
commit64f9aee1ee713b2966e80dbd83336d59e5698182 (patch)
tree1057e7a623104ca3c09ddf4bdd11b85eeb33f813 /Makefile
parent0250f0d4bc90de6049d7e8fe3eb9f6377a057afe (diff)
downloadpandoc-64f9aee1ee713b2966e80dbd83336d59e5698182.tar.gz
Use README instead of README.rtf in Welcome page of
Mac OSX package, because the RTF tables don't render right in Mac's preview app. git-svn-id: https://pandoc.googlecode.com/svn/trunk@790 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 ea69e785a..cf90c289e 100644
--- a/Makefile
+++ b/Makefile
@@ -242,7 +242,7 @@ uninstall: uninstall-program
.PHONY: osx-pkg osx-pkg-prep
osx_dest:=osx-pkg-tmp
osx_src:=osx
-doc_more:=README.rtf COPYRIGHT.rtf $(osx_src)/Welcome.rtf
+doc_more:=COPYRIGHT.rtf $(osx_src)/Welcome.rtf
osx_pkg_name:=$(RELNAME).pkg
cleanup_files+=$(osx_dest) $(doc_more) $(osx_pkg_name)
osx-pkg-prep: $(osx_dest)
@@ -254,7 +254,7 @@ $(osx_dest)/: build-program $(doc_more)
find $(osx_dest) -type f -regex ".*bin/.*" | xargs chmod +x
find $(osx_dest) -type f -regex ".*bin/$(notdir $(MAIN))" | xargs $(STRIP)
$(INSTALL) -d $(osx_dest)/Resources
- cp README.rtf $(osx_dest)/Resources/ReadMe.rtf
+ cp README $(osx_dest)/Resources/ReadMe.txt
cp COPYRIGHT.rtf $(osx_dest)/Resources/License.rtf
sed -e 's#@PREFIX@#$(PREFIX)#g' $(osx_src)/Welcome.rtf > $(osx_dest)/Resources/Welcome.rtf
sed -e 's/@VERSION@/$(VERSION)/g' $(osx_src)/Info.plist > $(osx_dest)/Info.plist