From f081f5ee268ad3c5b7251ea9ae06baf6bbe3ee8d Mon Sep 17 00:00:00 2001 From: roktas Date: Mon, 30 Oct 2006 07:06:40 +0000 Subject: Parameterise "osx-pkg". git-svn-id: https://pandoc.googlecode.com/svn/trunk@41 788f1e2b-df1e-0410-8736-df70ead52e1b --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3