--- malonnote/Makefile.am 2005/08/05 01:11:07 1.8 +++ malonnote/Makefile.am 2005/08/07 23:24:19 1.9 @@ -1,5 +1,5 @@ if IS_DARWIN -noinst_PROGRAMS = mnote +noinst_PROGRAMS = mnote app else bin_PROGRAMS = mnote endif @@ -47,7 +47,7 @@ if IS_DARWIN APP=mnote.app -app: +app: mnote rm -fr ./${APP} mkdir -p ./${APP}/Contents/MacOS/ mkdir -p ./${APP}/Contents/Resources/ @@ -56,6 +56,9 @@ cp -p mnote.icns ./${APP}/Contents/Resources/ echo -n "APPL????" > ./${APP}/Contents/PkgInfo +appinst: + cp -pr mnote.app /Applications/ + distsrc: cvs2cl.pl make dist