JavaScript documentation.
[gpl/argeo-suite.git] / Makefile
index 318a122389ca23e0d15884608bd22320fb7501c9..092541769fb3a9b741ca56c673e15072fc76cda4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -52,6 +52,10 @@ web:
 
 npm-install:
        cd org.argeo.app.geo.js && npm install
+       
+jsdoc:
+       org.argeo.app.geo.js/node_modules/.bin/jsdoc -r org.argeo.app.geo.js/src/org.argeo.app.geo.js \
+               -d $(SDK_BUILD_BASE)/jsdoc/org.argeo.app.geo.js
 
 
 include  $(SDK_SRC_BASE)/sdk/argeo-build/osgi.mk
\ No newline at end of file