X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=Makefile;h=092541769fb3a9b741ca56c673e15072fc76cda4;hb=9728ee7133bc787a1796670b7622d0cc4c62b5e0;hp=861041c34b84bd85b1571dfe44cac4f1ba78e390;hpb=37c5768d88096f4eb7be02f18770b6a40be5c110;p=gpl%2Fargeo-suite.git diff --git a/Makefile b/Makefile index 861041c..0925417 100644 --- a/Makefile +++ b/Makefile @@ -48,10 +48,14 @@ clean: ## WEB web: - cd org.argeo.app.geo.js && npm run build + cd org.argeo.app.geo.js && npm run build-prod 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