fix docs-generate

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2022-12-13 11:02:51 +01:00
committed by mmattel
parent 62acfacf34
commit 20b2472f75
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,8 @@ OCIS_MODULES = \
services/web \
services/webdav\
ocis \
ocis-pkg
ocis-pkg \
docs
# bin file definitions
PHP_CS_FIXER=php -d zend.enable_gc=0 vendor-bin/owncloud-codestyle/vendor/bin/php-cs-fixer

View File

@@ -9,7 +9,6 @@ help:
.PHONY: docs-generate
docs-generate: ## run docs-generate for all oCIS services
@pushd helpers && go run .; popd
@$(MAKE) --no-print-directory -C ../ docs-generate
.PHONY: docs-init
docs-init: