[js-embedded-discovery COMMIT] /trunk/Makefile

noreply at shibboleth.net noreply at shibboleth.net
Wed Apr 29 11:41:18 EDT 2015


Author: rdw
Date: Wed Apr 29 11:41:17 2015
New Revision: 142

URL: http://svn.shibboleth.net/view/js-embedded-discovery?rev=142&view=rev
Log:
Missed build file

Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.shibboleth.net/view/js-embedded-discovery/trunk/Makefile?rev=142&r1=141&r2=142&view=diff
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Wed Apr 29 11:41:17 2015
@@ -16,8 +16,10 @@
 
 kit:	clean
 	mkdir ${TARGET}
-	cat src/javascript/json2.js src/javascript/typeahead.js src/javascript/idpselect.js | ${JAVA} -jar build/yuicompressor-2.4.8.jar -o ${TARGET}/idpselect.js --type js
+	mkdir ${TARGET}\nonminimised
+	cat ..\src\javascript\idpselect_languages.js src/javascript/typeahead.js src/javascript/idpselect.js | ${JAVA} -jar build/yuicompressor-2.4.8.jar -o ${TARGET}/idpselect.js --type js
 	cp Makefile shibboleth-embedded-ds.spec LICENSE.txt doc/*.txt src/resources/index.html src/resources/idpselect.css src/javascript/idpselect_config.js src/apache/*.conf ${TARGET}
+	cp src/javascript/*.js ${TARGET}\nonminimised
 
 dist:	kit
 	${TAR} czf ${TARGET}.tar.gz ${TARGET}/*; rm -rf ${TARGET}



More information about the commits mailing list