]> arthur.barton.de Git - nagcollect.git/blobdiff - Makefile
Remove OS X packaging scripts
[nagcollect.git] / Makefile
index 5c783c938f0ac69aea90df4b0645104f7872b01d..ba8a06ea1fc77bf693c365c5f48f37db3b0d0bd7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -99,19 +99,6 @@ plugins:
         done \
        )
 
         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 .
 nagcollecttestscripts:
        COPYFILE_DISABLE=true tar -czvf nagcollecttestscripts.tgz \
         -C client/lib/tests .