aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-12-22 20:27:32 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-12-22 20:27:32 +0000
commit54a7700bcb00caf239db98afbec6067c6eb5d742 (patch)
tree7e68ffddc4fc4113d9c939d042e717a1cd1a2a07 /Makefile
parentd829c4820adbe7a7634f1c1d825d0d206512e6e7 (diff)
downloadpandoc-54a7700bcb00caf239db98afbec6067c6eb5d742.tar.gz
Changed osx-pkg target in Makefile to refer to COPYRIGHT
instead of (obsolete) LICENSE. git-svn-id: https://pandoc.googlecode.com/svn/trunk@280 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 315bc9e45..6350d45d3 100644
--- a/Makefile
+++ b/Makefile
@@ -238,7 +238,7 @@ uninstall: uninstall-program
osx_dest:=osx-pkg-tmp
osx_src:=osx
-doc_more:=README.rtf LICENSE.rtf $(osx_src)/Welcome.rtf
+doc_more:=README.rtf COPYRIGHT.rtf $(osx_src)/Welcome.rtf
osx_pkg_name:=$(NAME)_$(VERSION).pkg
cleanup_files+=$(osx_dest) $(doc_more) $(osx_pkg_name)
osx-pkg-prep: build-program $(osx_dest)
@@ -251,7 +251,7 @@ $(osx_dest)/: $(doc_more)
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 LICENSE.rtf $(osx_dest)/Resources/License.rtf
+ 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
cp $(osx_src)/Description.plist $(osx_dest)/