Skip to content

Commit

Permalink
fix docs-generate
Browse files Browse the repository at this point in the history
Signed-off-by: jkoberg <[email protected]>
  • Loading branch information
kobergj committed Dec 13, 2022
1 parent 1f45288 commit 8627f06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8627f06

Please sign in to comment.