summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-09-29 16:59:27 -0700
committerBehdad Esfahbod <behdad@behdad.org>2006-10-31 21:15:54 -0500
commit4c838dddd1912562042db3fe1b9f078ec583d63a (patch)
tree67d0ec5d44b0e4199e99bf3b8c226b1df0278b31
parentd65a8fd422effc4a943bae8d82e5531e7924f12b (diff)
downloadcairo-4c838dddd1912562042db3fe1b9f078ec583d63a.tar.gz
Rename docs-publish target to doc-publish in order to be consistent with the doc target.
(cherry picked from deef1a667536ec67ff1d7b42a1f8179e1eac4715 commit)
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index cb4496c12..9d68de7f4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -184,7 +184,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)