mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Test build without pdf
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
6
Makefile
6
Makefile
@@ -1,7 +1,7 @@
|
||||
all: html pdf
|
||||
|
||||
html: admin-manual-html user-manual-html user-manual-de-html developer-manual-html
|
||||
pdf: admin-manual-pdf user-manual-pdf user-manual-de-pdf developer-manual-pdf
|
||||
pdf: admin-manual-pdf user-manual-pdf user-manual-de-pdf
|
||||
|
||||
admin-manual-html:
|
||||
rm -rf admin_manual/_build/html/com
|
||||
@@ -35,10 +35,6 @@ user-manual-de-pdf:
|
||||
cd user_manual_de && make latexpdf
|
||||
@echo "User manual de build finished; PDF is updated"
|
||||
|
||||
developer-manual-pdf:
|
||||
cd developer_manual && make latexpdf
|
||||
@echo "Developer manual build finished; PDF is updated"
|
||||
|
||||
api-docs: clean-api-docs
|
||||
cd build && sh get-server-sources.sh master
|
||||
mkdir -p developer_manual/api/
|
||||
|
||||
Reference in New Issue
Block a user