diff options
| author | bwarsaw | 2001-02-15 17:11:05 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-02-15 17:11:05 +0000 |
| commit | 603e63ba04ae7c1c442d85cd223f0141dd539b08 (patch) | |
| tree | 90fe454b67d5fc6f42704806980ea3d7ed4cef6c | |
| parent | b302dbbad5ae1c695111c1d9fcce11ab35d8385b (diff) | |
| download | mailman-603e63ba04ae7c1c442d85cd223f0141dd539b08.tar.gz mailman-603e63ba04ae7c1c442d85cd223f0141dd539b08.tar.zst mailman-603e63ba04ae7c1c442d85cd223f0141dd539b08.zip | |
| -rw-r--r-- | bin/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/Makefile.in b/bin/Makefile.in index 97337cb70..7fd3fda60 100644 --- a/bin/Makefile.in +++ b/bin/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998,1999,2000 by the Free Software Foundation, Inc. +# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -44,7 +44,8 @@ SHELL= /bin/sh SCRIPTS= digest_arch mmsitepass newlist rmlist add_members \ list_members remove_members clone_member update arch \ sync_members check_db withlist check_perms find_member \ - version move_list config_list list_lists dumpdb + version move_list config_list list_lists dumpdb \ + newlang rmlang # Modes for directories and executables created by the install # process. Default to group-writable directories but |
