diff options
| author | bwarsaw | 2002-04-02 20:35:39 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-04-02 20:35:39 +0000 |
| commit | c57e2d0ed4f83cb5d15a3f6bd4f79af07a993fb9 (patch) | |
| tree | 3215005e741cf02b65cfe7e8ab682e11fd505a7a | |
| parent | c1f1d5c40bd543060740133cc79476fcb07e0441 (diff) | |
| download | mailman-c57e2d0ed4f83cb5d15a3f6bd4f79af07a993fb9.tar.gz mailman-c57e2d0ed4f83cb5d15a3f6bd4f79af07a993fb9.tar.zst mailman-c57e2d0ed4f83cb5d15a3f6bd4f79af07a993fb9.zip | |
Get rid of NONSCRIPTS. Even bin/withlist scriptlets should have an
__main__ that prints the usage docstring.
| -rw-r--r-- | bin/Makefile.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/Makefile.in b/bin/Makefile.in index 61c34df97..7988c8beb 100644 --- a/bin/Makefile.in +++ b/bin/Makefile.in @@ -48,8 +48,6 @@ SCRIPTS= mmsitepass newlist rmlist add_members \ list_admins genaliases change_pw mailmanctl qrunner inject \ unshunt fix_url.py convert.py -NONSCRIPTS= - BUILDDIR= ../build/bin # Modes for directories and executables created by the install @@ -70,10 +68,6 @@ install: do \ $(INSTALL) -m $(EXEMODE) $(BUILDDIR)/$$f $(SCRIPTSDIR); \ done - for f in $(NONSCRIPTS); \ - do \ - $(INSTALL) -m $(FILEMODE) $$f $(SCRIPTSDIR); \ - done finish: |
