diff options
| author | bwarsaw | 1998-06-19 19:34:43 +0000 |
|---|---|---|
| committer | bwarsaw | 1998-06-19 19:34:43 +0000 |
| commit | fd0ceaa953f1d3d732e375eddae40367c30f4d13 (patch) | |
| tree | 797fa2018cf29839217dda5b795c6858704e6d70 | |
| parent | 9a7f36b1a8820a8abf8046755dd1d0ad5a201d0e (diff) | |
| download | mailman-fd0ceaa953f1d3d732e375eddae40367c30f4d13.tar.gz mailman-fd0ceaa953f1d3d732e375eddae40367c30f4d13.tar.zst mailman-fd0ceaa953f1d3d732e375eddae40367c30f4d13.zip | |
| -rw-r--r-- | templates/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/Makefile.in b/templates/Makefile.in index aaa77f5e5..1830c9b28 100644 --- a/templates/Makefile.in +++ b/templates/Makefile.in @@ -43,7 +43,10 @@ TEMPLATEDIR= $(prefix)/templates SHELL= /bin/sh TEMPLATES= archives.html handle_opts.html listinfo.html options.html \ -roster.html subscribe.html +roster.html subscribe.html \ +convert.txt help.txt masthead.txt newlist.txt nopass.txt postack.txt \ +postauth.txt subauth.txt subscribeack.txt verify.txt \ +admlogin.txt userpass.txt cronpass.txt # Modes for directories and executables created by the install # process. Default to group-writable directories but |
