summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw1998-07-31 23:10:48 +0000
committerbwarsaw1998-07-31 23:10:48 +0000
commit28bf3e81aea686f17fe734fabe0091b44215d57e (patch)
treeea1d8ca1f3e7ce42f11bf10c2c56c13f031beb78
parent5a6c1f32c4238eeff98e06efb0056874b73cb61c (diff)
downloadmailman-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.in4
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