X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=nagcollect.git;a=blobdiff_plain;f=Makefile;h=ba8a06ea1fc77bf693c365c5f48f37db3b0d0bd7;hp=5c783c938f0ac69aea90df4b0645104f7872b01d;hb=HEAD;hpb=10329e9eaf11d1c359716bcdee705e265cbfc979;ds=sidebyside diff --git a/Makefile b/Makefile index 5c783c9..ba8a06e 100644 --- a/Makefile +++ b/Makefile @@ -99,19 +99,6 @@ plugins: done \ ) -osxpkg: - rel=`grep "^NagCollect " ChangeLog|awk "{print \\\$$3 }"|head -n 1`; \ - rm -rf "../NagCollect-R$${rel}.mpkg" \ - && packagemaker \ - --doc "contrib/NagCollect.pmdoc" \ - --out "../NagCollect-R$${rel}.mpkg" - -osxdmg: osxpkg - rel=`grep "^NagCollect " ChangeLog|awk "{print \\\$$3 }"|head -n 1`; \ - rm -f "../NagCollect-R$${rel}.dmg" \ - && hdiutil create -srcfolder \ - "../NagCollect-R$${rel}.mpkg" "../NagCollect-R$${rel}.dmg" - nagcollecttestscripts: COPYFILE_DISABLE=true tar -czvf nagcollecttestscripts.tgz \ -C client/lib/tests .