diff options
| author | Reuben Thomas <rrt@sc3d.org> | 2012-04-14 18:18:39 +0100 |
|---|---|---|
| committer | Reuben Thomas <rrt@sc3d.org> | 2012-04-14 18:18:39 +0100 |
| commit | 9034b455bae3e7f9ffebacdb395117c92a18ce73 (patch) | |
| tree | b1321fdb590880ad3d06a90c9ab59f13a4949d3d | |
| parent | 73ca16314cc14936bcc02c2b9ddd23029c919e0f (diff) | |
Makefile.am: genericize some CVS-specific references.v2.7.1
| -rw-r--r-- | Makefile.am | 4 |
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. |
