diff options
| author | Sam Varshavchik | 2022-03-13 21:10:44 -0400 |
|---|---|---|
| committer | Sam Varshavchik | 2022-04-16 19:59:47 -0400 |
| commit | 867cce4e32e7e64651887664724aa7f06566cb4b (patch) | |
| tree | 8cd198902ea0c51ca955e1bc60d4756008c74818 /sqwebmail/Makefile.am | |
| parent | a86c03a704830534340347f0f4438e32fdb8ea50 (diff) | |
| download | courier-libs-867cce4e32e7e64651887664724aa7f06566cb4b.tar.bz2 | |
all: scripts to create installable *.deb packages.
Diffstat (limited to 'sqwebmail/Makefile.am')
| -rw-r--r-- | sqwebmail/Makefile.am | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/sqwebmail/Makefile.am b/sqwebmail/Makefile.am index 083f71c..9cf514b 100644 --- a/sqwebmail/Makefile.am +++ b/sqwebmail/Makefile.am @@ -9,7 +9,7 @@ AM_CPPFLAGS=@CPPAUTH@ CLEANFILES=htmllibdir.h ldapsearch webgpg ldapaddressbook.dist \ cron.cmd sqwebmail.msg TIMEZONELIST -DISTCLEANFILES=webmail.authpam +DISTCLEANFILES=webmail.authpam common.authpam SUBDIRS=images html @@ -68,7 +68,7 @@ $(GITFILES): %: %.git endif EXTRA_DIST=$(DOCS) sqwebmail.pamconf sqwebmail-system-auth.pamconf\ - sqwebmail-system-auth2.pamconf\ + sqwebmail-common.pamconf sqwebmail-system-auth2.pamconf\ strdup.c strcasecmp.c strncasecmp.c sv-make_timezonelist.pl\ $(ISPELLSOURCES) \ testhtml.tst testhtml.txt testlogindomainlist.sh testlogindomainlist.txt @@ -107,19 +107,17 @@ sqwebmail_LDFLAGS=-static sqwebpasswd_SOURCES=sqwebpasswd.c sqwebpasswd_LDADD=@NETLIBS@ @LDAUTH@ -lcourierauth -HTML2TXT=`which lynx 2>/dev/null && echo "lynx -dump -nolist" && exit; echo "links -dump"` - SECURITY: SECURITY.html rm -f SECURITY - $(HTML2TXT) $(srcdir)/SECURITY.html >SECURITY + elinks -dump -no-numbering $(srcdir)/SECURITY.html >SECURITY BUGS: BUGS.html rm -f BUGS - $(HTML2TXT) $(srcdir)/BUGS.html >BUGS + elinks -dump -no-numbering $(srcdir)/BUGS.html >BUGS TODO: TODO.html rm -f TODO - $(HTML2TXT) $(srcdir)/TODO.html >TODO + elinks -dump -no-numbering $(srcdir)/TODO.html >TODO TIMEZONELIST: sv-make_timezonelist.pl rm -f TIMEZONELIST |
