summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-01-28 06:59:25 -0500
committerMike Frysinger <vapier@gentoo.org>2022-01-28 06:59:25 -0500
commit1c03d045a4ea549a27a5d224ddc8901cbff997f8 (patch)
treec4eff8505bbf9a08a2e0059892fadf614276c573
parent9daa34dba7199bdb7f4495c6e97e0e2c5df6b401 (diff)
downloadautomake-1c03d045a4ea549a27a5d224ddc8901cbff997f8.tar.gz
maint: only sync the manual subdir
This code only updates files under manual/, so no need to checkout the entire site first. * maintainer/maint.mk: Only checkout $(PACKAGE)/manual tree.
-rw-r--r--maintainer/maint.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainer/maint.mk b/maintainer/maint.mk
index 55fa0a4c3..7303a05cf 100644
--- a/maintainer/maint.mk
+++ b/maintainer/maint.mk
@@ -424,7 +424,7 @@ web-manual-update:
$(AM_V_at)mkdir $t
$(AM_V_at)cd $t \
&& $(CVS) -z3 -d :ext:$(CVS_USER)@$(WEBCVS_ROOT)/$(PACKAGE) \
- co $(PACKAGE)
+ co $(PACKAGE)/manual
@# According to the rsync manpage, "a trailing slash on the
@# source [...] avoids creating an additional directory
@# level at the destination". So the trailing '/' after