diff options
author | Jim Meyering <jim@meyering.net> | 2004-09-24 08:13:02 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-09-24 08:13:02 +0000 |
commit | 0bec4a7a8cdbd8586a7e497cddbb1fad67417a10 (patch) | |
tree | 96d30b6079aa18ca55f87192c34368dcc4b4bd89 | |
parent | f7dc51fab5e43b1fc80196e6c26413d5c46ea30c (diff) | |
download | coreutils-0bec4a7a8cdbd8586a7e497cddbb1fad67417a10.tar.xz |
(CVS_LIST): Use --types=AFGM option so that
it lists only cvs-controlled regular files.
-rw-r--r-- | Makefile.maint | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.maint b/Makefile.maint index 8634b8463..6643e2c5f 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -28,7 +28,7 @@ GZIP_ENV = '--no-name --best' CVS = cvs -CVS_LIST = cvsu --find --types='^.C' +CVS_LIST = cvsu --find --types=AFGM ifeq ($(origin prev_version_file), undefined) prev_version_file = .prev-version |