summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2012-04-14 18:18:39 +0100
committerReuben Thomas <rrt@sc3d.org>2012-04-14 18:18:39 +0100
commit9034b455bae3e7f9ffebacdb395117c92a18ce73 (patch)
treeb1321fdb590880ad3d06a90c9ab59f13a4949d3d
parent73ca16314cc14936bcc02c2b9ddd23029c919e0f (diff)
Makefile.am: genericize some CVS-specific references.v2.7.1
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 8114bef..dfe3d5c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -77,5 +77,5 @@ wwwdoc:
&& ln -s ../*.texi . \
&& env $(gendocs_envvars) $(gendocs) $(gendocs_args)
cp -arf $(doctemp)/manual/. $(www_target)
- ls -ltu $(www_target)/html_node | tail # cvs rm -f obsolete files
-# followed by cvs add of new files and cvs commit.
+ ls -ltu $(www_target)/html_node | tail # $VCS rm -f obsolete files
+# followed by $VCS add of new files and cvs commit.