added web-apps-pro to entrerprise version

This commit is contained in:
Alexey Golubev
2017-10-06 18:05:51 +03:00
committed by GitHub
parent b5fc6df9b2
commit f65737a842

View File

@ -12,7 +12,7 @@ GRUNT_ENV += BUILD_NUMBER=$(BUILD_NUMBER)
WEBAPPS_DIR = web-apps
ifeq ($(PRODUCT_NAME),documentserver-integration)
ifeq ($(PRODUCT_NAME),$(filter $(PRODUCT_NAME),documentserver-integration documentserver-enterprise))
WEBAPPS_DIR = web-apps-pro
endif