c7902c86e8cd41cece250ccf5c91af415310248c
jcasper
  Mon Jun 10 10:18:04 2013 -0700
Revised makefile to not print a warning when placing files in js/{user}, due to developer request
diff --git src/hg/js/makefile src/hg/js/makefile
index 1ed7d23..ef48538 100644
--- src/hg/js/makefile
+++ src/hg/js/makefile
@@ -14,31 +14,30 @@
     hgVarAnnogrator.js hui.js utils.js ddcl.js subCfg.js \
     encodeProject.js encodeDataSummary.js encodeDataMatrix.js encodeChipMatrix.js encodeMatrix.js \
     ${JQUERY_FILES}
 
 STATIC_FILES=staticDoc.js jquery.js
 
 ifdef LOWELAB
     JS_FILES += lowetooltip.js loweautocomplete.js
 endif
 
 user:
 	if test -d ${DOCUMENTROOT}-${USER}; then \
 	    ${MAKE} doInstall DEST=${DOCUMENTROOT}-${USER}/js; \
 	else \
 	    ${MAKE} doInstall DEST=${DOCUMENTROOT}/js/${USER}; \
-	    echo "Warning: No user version of htdocs directory exists; static docs will ignore these files ..."; \
 	fi
 
 alpha:
 	${GITUP}
 	${MAKE} doInstall DEST=${DOCUMENTROOT}/js
 
 beta:
 	${GITUP} 
 	${MAKE} doInstall DEST=${DOCUMENTROOT}/js
 
 clean:
 
 compile:
 
 install: