diff options
| author | bwarsaw | 2000-09-19 21:02:58 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-09-19 21:02:58 +0000 |
| commit | e5fe631ff5c9ac599775657edea093a3868ee235 (patch) | |
| tree | 1cc51d0451e7d7ad233783b534409a56d5298839 | |
| parent | f71e71b9495932416cb9bd26d35d146d4fec7fce (diff) | |
| download | mailman-e5fe631ff5c9ac599775657edea093a3868ee235.tar.gz mailman-e5fe631ff5c9ac599775657edea093a3868ee235.tar.zst mailman-e5fe631ff5c9ac599775657edea093a3868ee235.zip | |
Create the $prefix/icons directory where the jpg and png files will be
copied to. Closes SF patch #101334, contributed by dgc.
| -rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 4788bff2a..575025095 100644 --- a/Makefile.in +++ b/Makefile.in @@ -46,7 +46,8 @@ ARCH_INDEP_DIRS= \ qfiles filters cron data spam \ archives/private archives/public \ Mailman Mailman/Cgi Mailman/Logging Mailman/Archiver \ - Mailman/Handlers Mailman/Bouncers Mailman/pythonlib + Mailman/Handlers Mailman/Bouncers Mailman/pythonlib \ + icons ARCH_DEP_DIRS= cgi-bin mail # Directories make should decend into |
