From 5a9621c57faeae4993358583e09601585d63e8b3 Mon Sep 17 00:00:00 2001 From: Martin Nilsson <nilsson@opera.com> Date: Thu, 20 Jun 2013 16:38:16 +0200 Subject: [PATCH] A few more CVS -> git changes --- README | 4 ++-- lib/modules/Calendar.pmod/mkrules.pike | 2 +- src/export_list | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index d007dd5073..710a925dfd 100644 --- a/README +++ b/README @@ -12,7 +12,7 @@ pike-request@roxen.com HOW TO BUILD PIKE -If you are building Pike from the CVS, read README-CVS instead. +If you are building Pike from git, read README-GIT instead. The top-level makefile (in this directory, not the src directory) has all the magic you need to build Pike. Just type 'make'. @@ -21,7 +21,7 @@ To install type "make install" or "make install_interactive". You will need gnu m4, bison and a C compiler. You probably also want to use GNU make and libz. -If that doesn't work, refer to README-CVS, in particular the sections +If that doesn't work, refer to README-GIT, in particular the sections on additional "DEPENDENCIES", on "CONFIGURE OPTIONS AND BUILD VARIABLES", on "MANUAL BUILDING" and, if needed, the section "IF IT DOESN'T WORK". diff --git a/lib/modules/Calendar.pmod/mkrules.pike b/lib/modules/Calendar.pmod/mkrules.pike index ab8fe99dfc..cea74c60d1 100644 --- a/lib/modules/Calendar.pmod/mkrules.pike +++ b/lib/modules/Calendar.pmod/mkrules.pike @@ -730,7 +730,7 @@ int main(int ac,array(string) am) files = get_dir(combine_path(__FILE__, "../tzdata")); files = map(sort(files), lambda(string fname) { - if ((< "CVS", "factory", "leapseconds", >)[fname] || + if ((< "factory", "leapseconds", >)[fname] || has_prefix(fname, "solar") || has_suffix(fname, ".sh") || has_suffix(fname, ".tab")) return 0; diff --git a/src/export_list b/src/export_list index 4f0d261679..863a643343 100644 --- a/src/export_list +++ b/src/export_list @@ -2,7 +2,7 @@ # added to source dists. Used by bin/export.pike. /README -/README-CVS +/README-GIT /ANNOUNCE /CHANGES /COMMITTERS -- GitLab