summaryrefslogtreecommitdiffstats
path: root/imap/Makefile.am
diff options
context:
space:
mode:
authorSam Varshavchik2022-03-13 21:10:44 -0400
committerSam Varshavchik2022-04-16 19:59:47 -0400
commit867cce4e32e7e64651887664724aa7f06566cb4b (patch)
tree8cd198902ea0c51ca955e1bc60d4756008c74818 /imap/Makefile.am
parenta86c03a704830534340347f0f4438e32fdb8ea50 (diff)
downloadcourier-libs-867cce4e32e7e64651887664724aa7f06566cb4b.tar.bz2
all: scripts to create installable *.deb packages.
Diffstat (limited to 'imap/Makefile.am')
-rw-r--r--imap/Makefile.am11
1 files changed, 3 insertions, 8 deletions
diff --git a/imap/Makefile.am b/imap/Makefile.am
index e919a55..9561e32 100644
--- a/imap/Makefile.am
+++ b/imap/Makefile.am
@@ -14,7 +14,7 @@ CLEANFILES=imapd.8 imapd.html mkimapdcert.html mkimapdcert.8 \
EXTRA_DIST=testsuite testsuite.txt smaptestsuite smaptestsuite.txt \
testsuitevalgrind \
- BUGS BUGS.html README README.html imapd.authpam \
+ BUGS BUGS.html common.authpam imapd.authpam \
pop3d.authpam system-auth.authpam system-auth2.authpam\
makeimapaccess.8.in makeimapaccess.html.in \
imapd.html.in imapd.8.in \
@@ -105,13 +105,8 @@ pop3d_testmock_SOURCES=testpop3dserver.c pop3dcapa.c
pop3d_testmock_DEPENDENCIES=libpop3d.la
pop3d_testmock_LDADD=libpop3d.la @LDAUTH@ -lcourierauth -lcourier-unicode
-HTML2TXT=links -dump -no-numbering
-
-README: README.html
- $(HTML2TXT) README.html >README
-
BUGS: BUGS.html
- $(HTML2TXT) BUGS.html >BUGS
+ elinks -dump -no-numbering BUGS.html >BUGS
imapd.html: imapd.html.in
./config.status --file=imapd.html
@@ -210,7 +205,7 @@ README.proxy.html: README.proxy.sgml
rm -rf html.tmp
README.proxy: README.proxy.html
- $(HTML2TXT) README.proxy.html >README.proxy
+ elinks -dump -no-numbering README.proxy.html >README.proxy
endif
check-am: