summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorroktas <roktas@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-10-30 07:06:40 +0000
committerroktas <roktas@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-10-30 07:06:40 +0000
commitf081f5ee268ad3c5b7251ea9ae06baf6bbe3ee8d (patch)
tree5caf3c57b638930ae4b4a83ea5cd0af5d2cee635 /Makefile
parent52f07a04b579e7c3a35d8cf9d27593d38f83d182 (diff)
Parameterise "osx-pkg".
git-svn-id: https://pandoc.googlecode.com/svn/trunk@41 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 58fef824c..3fc83a059 100644
--- a/Makefile
+++ b/Makefile
@@ -179,8 +179,8 @@ osx-pkg: $(doc_more)
mv LICENSE.rtf $(osx_dest)/Resources/License.rtf
@echo
@echo "You may now run PackageMaker.app. For Root, specify"
- @echo "osx-pkg/Package_Root. The ReadMe.rtf and License.rtf files"
- @echo "can be found in osx-pkg/Resources."
+ @echo "$(osx_dest)/Package_Root. The ReadMe.rtf and License.rtf files"
+ @echo "can be found in $(osx_dest)/Resources."
@echo
.PHONY: test test-markdown