X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=Makefile;h=c41b17e8ac563f5e4e3cb1f638a37a857cbea72f;hb=eabf7eed1799f890337b45ab9857b1d55192cd30;hp=318a122389ca23e0d15884608bd22320fb7501c9;hpb=9f938815994b335b62368fb8e8d911b79b6a453c;p=gpl%2Fargeo-suite.git diff --git a/Makefile b/Makefile index 318a122..c41b17e 100644 --- a/Makefile +++ b/Makefile @@ -48,10 +48,14 @@ clean: ## WEB web: - cd org.argeo.app.geo.js && npm run build-prod + cd org.argeo.app.geo.js && npm run build 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