Selaa lähdekoodia

HUE-3. Prod install contains jframegallery

Exclude Makefile.tarball from the production tgz. And fixed marker in
apps/Makefile.
bcwalrus 15 vuotta sitten
vanhempi
commit
b40636578e
2 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 1 0
      Makefile.tarball
  2. 2 2
      apps/Makefile

+ 1 - 0
Makefile.tarball

@@ -31,6 +31,7 @@ PROD_INCLUDES := \
 	virtualenv_support
 
 PROD_EXCLUDES := \
+        Makefile.tarball \
 	desktop/apps/jframegallery \
 	desktop/apps/beeswax \
 	desktop/conf \

+ 2 - 2
apps/Makefile

@@ -39,10 +39,10 @@ APPS := about \
 	proxy \
 	useradmin
 
-# <<<< SDK ONLY
+# <<<< DEV ONLY
 APPS += hello \
 	jframegallery
-# END SDK ONLY >>>>
+# END DEV ONLY >>>>
 
 ################################################
 # Install all applications into the Desktop environment