mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-01 07:58:04 +02:00
Rename docs-publish target to doc-publish in order to be consistent with the doc target.
This commit is contained in:
parent
e6575fb3c7
commit
deef1a6675
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ release-publish: release-upload release-publish-message
|
|||
|
||||
# XXX: Depending on all here is rather overkill. We don't really need
|
||||
# the library built in order to create the documentation.
|
||||
docs-publish: all
|
||||
doc-publish: all
|
||||
cp -a doc/public/html $(MANUAL_DATED)
|
||||
tar czf $(MANUAL_TAR_FILE) $(MANUAL_DATED)
|
||||
scp $(MANUAL_TAR_FILE) $(RELEASE_UPLOAD_HOST):$(MANUAL_UPLOAD_DIR)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue