Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremie Laval <jeremie.laval@gmail.com>2012-04-03 21:20:25 +0400
committerJeremie Laval <jeremie.laval@gmail.com>2012-04-03 21:20:25 +0400
commit7f891e008eb2ee2ba5b9d9ce375d0cd3e8ccf9da (patch)
tree279dbc9900d4b1f013502dbfe3c01ddc14e98d06
parentf787f5bad4f95020ccadb7f88d4194dc89cf34ab (diff)
[macdoc] Clean every .app so that we have a clean state every time
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 250f167..e6f3559 100644
--- a/Makefile
+++ b/Makefile
@@ -12,12 +12,14 @@ all: monomac monostub appledocwizard macdoc monodoc
monomac: $(MONO_MAC_DLL)
appledocwizard: monostub
+ rm -Rf $(APPLEDOCWIZARD_APP)
(cd AppleDocWizard && $(MDTOOL_BUILD))
cp monostub $(APPLEDOCWIZARD_APP)/Contents/MacOS/AppleDocWizard
rm -f $(APPLEDOCWIZARD_APP)/AppleDocWizard
rm -f $(APPLEDOCWIZARD_APP)/Contents/MacOS/mono-version-check
macdoc: appledocwizard monostub monomac
+ rm -Rf $(MACDOC_APP)
$(MDTOOL_BUILD)
cp monostub $(MACDOC_APP)/Contents/MacOS/macdoc
rm -f $(MACDOC_APP)/macdoc
@@ -25,6 +27,7 @@ macdoc: appledocwizard monostub monomac
cp -R $(APPLEDOCWIZARD_APP) $(MACDOC_APP)/Contents/MacOS/
monodoc: macdoc
+ rm -Rf $(MONODOC_APP)
cp -R $(MACDOC_APP) $(MONODOC_APP)
dist: monodoc