diff options
| author | bwarsaw | 2002-02-23 06:25:21 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-02-23 06:25:21 +0000 |
| commit | 5b0e24f97303fe931e86a0e5b87204071033fad5 (patch) | |
| tree | bcd3c9162f573faa4399f2edaaa804681908d570 | |
| parent | 1ffbbe4365ce51af242d9ca7e0afedf96fc3f95b (diff) | |
| download | mailman-5b0e24f97303fe931e86a0e5b87204071033fad5.tar.gz mailman-5b0e24f97303fe931e86a0e5b87204071033fad5.tar.zst mailman-5b0e24f97303fe931e86a0e5b87204071033fad5.zip | |
| -rw-r--r-- | scripts/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in index 50820367a..6e8f669cc 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -40,6 +40,9 @@ SCRIPTSDIR= $(prefix)/scripts SHELL= /bin/sh +# Note that `admin' is a backwards compatible alias for `bounces' +# 'subscribe' is an alias for join +# 'unsubscribe' is an alias for leave SCRIPTS= bounces driver join leave owner post request # Modes for directories and executables created by the install @@ -61,6 +64,8 @@ install: $(INSTALL) -m $(FILEMODE) $$f $(SCRIPTSDIR); \ done $(INSTALL) -m $(FILEMODE) bounces $(SCRIPTSDIR)/admin + $(INSTALL) -m $(FILEMODE) join $(SCRIPTSDIR)/subscribe + $(INSTALL) -m $(FILEMODE) leave $(SCRIPTSDIR)/unsubscribe finish: |
