Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:9034b455bae3e7f9ffebacdb395117c92a18ce73
Author...:Reuben Thomas
Committer:Reuben Thomas
Date.....:Sat Apr 14 18:18:39 2012 +0100
Parents..:73ca16314cc14936bcc02c2b9ddd23029c919e0f

Message
Makefile.am: genericize some CVS-specific references.

Changes
diff --git a/Makefile.am b/Makefile.am
line changes: +2/-2
index 8114bef..dfe3d5c
--- 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.

This website is licensed under AGPL-3.0. Feel free to copy!