Skip to content

Commit

Permalink
Disable icons-docs as it is broken
Browse files Browse the repository at this point in the history
Signed-off-by: jld3103 <[email protected]>
  • Loading branch information
provokateurin committed May 25, 2023
1 parent f4c96a4 commit 72400a5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ user-manual-html:
cd user_manual && make html
@echo "User manual build finished; HTML is updated"

developer-manual-html: icons-docs
# Should also build icons-docs, but due to https://github.com/nextcloud/documentation/issues/7162 it is disabled
developer-manual-html: #icons-docs
rm -rf developer_manual/_build/html/com
cd developer_manual && make html
@echo "Developer manual build finished; HTML is updated"
Expand All @@ -26,10 +27,10 @@ user-manual-pdf:
cd user_manual && make latexpdf
@echo "User manual build finished; PDF is updated"

icons-docs: clean-icons-docs
cd build && sh get-server-sources.sh $(DRONE_BRANCH)
cd build && composer install && composer update
cd build && php generateIconsDoc.php
#icons-docs: clean-icons-docs
# cd build && sh get-server-sources.sh $(DRONE_BRANCH)
# cd build && composer install && composer update
# cd build && php generateIconsDoc.php

clean: clean-icons-docs
rm -r admin_manual/_build developer_manual/_build user_manual/_build user_manual_de_/_build
Expand Down

0 comments on commit 72400a5

Please sign in to comment.