[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[automake-commit] branch master updated: maint: only sync the manual sub
From: |
Mike Frysinger |
Subject: |
[automake-commit] branch master updated: maint: only sync the manual subdir |
Date: |
Sat, 29 Jan 2022 00:39:27 -0500 |
This is an automated email from the git hooks/post-receive script.
vapier pushed a commit to branch master
in repository automake.
View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=1c03d045a4ea549a27a5d224ddc8901cbff997f8
The following commit(s) were added to refs/heads/master by this push:
new 1c03d045a maint: only sync the manual subdir
1c03d045a is described below
commit 1c03d045a4ea549a27a5d224ddc8901cbff997f8
Author: Mike Frysinger <vapier@gentoo.org>
AuthorDate: Fri Jan 28 06:59:25 2022 -0500
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.
---
maintainer/maint.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [automake-commit] branch master updated: maint: only sync the manual subdir,
Mike Frysinger <=