Removed installer stuff - now in moonshot/mac-client-installer
[moonshot-ui.git] / Makefile.am
index 4af7a27..20df4f8 100644 (file)
@@ -1,5 +1,5 @@
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
-
 SUBDIRS = po
 
 
@@ -232,15 +232,13 @@ icons:
        
 ## 2. App bundle
 ## gtk-app-bundler must be installed
+## moonshot-ui.app will be built in moonshot/mac-client-installer/moonshot-ui/
 app-bundle:
        gtk-mac-bundler ./mac/moonshot-ui.bundle
 
-moonshot-ui/
-
 ## 3: Installer Package
-installer:
 
-## 4: Disk Image
-disk-image:
+installerdir = $(HOME)/moonshot/mac-client-installer
 
+       
 endif