From 867cce4e32e7e64651887664724aa7f06566cb4b Mon Sep 17 00:00:00 2001 From: Sam Varshavchik Date: Sun, 13 Mar 2022 21:10:44 -0400 Subject: all: scripts to create installable *.deb packages. --- sqwebmail/Makefile.am | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'sqwebmail/Makefile.am') 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 -- cgit v1.2.3