diff options
| author | bwarsaw | 1998-07-31 23:10:48 +0000 |
|---|---|---|
| committer | bwarsaw | 1998-07-31 23:10:48 +0000 |
| commit | 28bf3e81aea686f17fe734fabe0091b44215d57e (patch) | |
| tree | ea1d8ca1f3e7ce42f11bf10c2c56c13f031beb78 | |
| parent | 5a6c1f32c4238eeff98e06efb0056874b73cb61c (diff) | |
| download | mailman-28bf3e81aea686f17fe734fabe0091b44215d57e.tar.gz mailman-28bf3e81aea686f17fe734fabe0091b44215d57e.tar.zst mailman-28bf3e81aea686f17fe734fabe0091b44215d57e.zip | |
CGI_MODULES: *.py instead of error-prone explicit list
| -rw-r--r-- | Mailman/Cgi/Makefile.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Mailman/Cgi/Makefile.in b/Mailman/Cgi/Makefile.in index a6bbe5488..b494001ce 100644 --- a/Mailman/Cgi/Makefile.in +++ b/Mailman/Cgi/Makefile.in @@ -42,9 +42,7 @@ PACKAGEDIR= $(prefix)/Mailman CGIDIR= $(PACKAGEDIR)/Cgi SHELL= /bin/sh -CGI_MODULES= __init__.py admin.py admindb.py archives.py \ -edithtml.py handle_opts.py listinfo.py options.py private.py \ -roster.py subscribe.py +CGI_MODULES= *.py # Modes for directories and executables created by the install |
