Makefile.am
1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
info_TEXINFOS = mailutils.texi
mailutils_TEXINFOS = \
address.texi \
attribute.texi \
auth.texi \
body.texi \
c-api.texi \
encoding.texi \
envelope.texi \
http.c.texi \
address.c.texi \
url-parse.c.texi \
framework.texi \
folder.texi \
headers.texi \
imap4.texi \
iterator.texi \
locker.texi \
mailbox.texi \
mailer.texi \
maildir.texi \
mbox.texi \
message.texi \
mh.texi \
nntp.texi \
parse822.texi \
pop3.texi \
programs.texi \
sendmail.texi \
sfrom.c.texi \
smtp.texi \
stream.texi \
url.texi
address.c.texi: ${top_srcdir}/examples/addr.c
sed '1,/.*\*\//d;s/\([{}]\)/@\1/g' $< > $@
url-parse.c.texi: ${top_srcdir}/examples/url-parse.c
sed '1,/.*\*\//d;s/\([{}]\)/@\1/g' $< > $@
sfrom.c.texi: ${top_srcdir}/examples/sfrom.c
sed '1,/.*\*\//d;s/\([{}]\)/@\1/g' $< > $@
http.c.texi: ${top_srcdir}/examples/http.c
sed '1,/.*\*\//d;s/\([{}]\)/@\1/g' $< > $@
DISTCLEANFILES=*.pgs