aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-27 16:09:18 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-27 16:09:18 +0000
commit56016a998d5d224d56b46fdb813ab0aecbeef986 (patch)
treef217efb9cc8f2812c161ebc2879c0571c84f7c0b /Makefile
parentb603c135e66c774c9c951a1fca4e5be85d78f09f (diff)
downloadpandoc-56016a998d5d224d56b46fdb813ab0aecbeef986.tar.gz
Use HTML version of README in OSX installer, instead
of plain text or RTF (since RTF tables don't work well in OSX Preview). git-svn-id: https://pandoc.googlecode.com/svn/trunk@805 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cf90c289e..f4852082a 100644
--- a/Makefile
+++ b/Makefile
@@ -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 $(osx_dest)/Resources/ReadMe.txt
+ ./$(MAIN) -s -S README -o $(osx_dest)/Resources/ReadMe.html
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