Added http.c.texi
Showing
2 changed files
with
4 additions
and
11 deletions
... | @@ -11,6 +11,7 @@ mailutils_TEXINFOS = \ | ... | @@ -11,6 +11,7 @@ mailutils_TEXINFOS = \ |
11 | c-api.texi \ | 11 | c-api.texi \ |
12 | encoding.texi \ | 12 | encoding.texi \ |
13 | envelope.texi \ | 13 | envelope.texi \ |
14 | http.c.texi \ | ||
14 | address.c.texi \ | 15 | address.c.texi \ |
15 | url-parse.c.texi \ | 16 | url-parse.c.texi \ |
16 | framework.texi \ | 17 | framework.texi \ |
... | @@ -44,16 +45,7 @@ url-parse.c.texi: ${top_srcdir}/examples/url-parse.c | ... | @@ -44,16 +45,7 @@ url-parse.c.texi: ${top_srcdir}/examples/url-parse.c |
44 | sfrom.c.texi: ${top_srcdir}/examples/sfrom.c | 45 | sfrom.c.texi: ${top_srcdir}/examples/sfrom.c |
45 | sed '1,/.*\*\//d;s/\([{}]\)/@\1/g' $< > $@ | 46 | sed '1,/.*\*\//d;s/\([{}]\)/@\1/g' $< > $@ |
46 | 47 | ||
47 | ## Sam, the examples dir is not part of the distribution so this will not work | 48 | http.c.texi: ${top_srcdir}/examples/http.c |
48 | ## but we should probably have a "addrmsg" program and reenable this. | 49 | sed '1,/.*\*\//d;s/\([{}]\)/@\1/g' $< > $@ |
49 | ## Alain. | ||
50 | #ex-address.texi: ${top_srcdir}/doc/examples/addr.c | ||
51 | # sed -es/{/@{/g -e s/}/@}/g < $< > $@ | ||
52 | #sfrom.texi: ${top_srcdir}/doc/examples/sfrom.c | ||
53 | # sed -es/{/@{/g -e s/}/@}/g < $< > $@ | ||
54 | #ex-url.texi: ${top_srcdir}/doc/examples/url-parse.c | ||
55 | # sed -es/{/@{/g -e s/}/@}/g < $< > $@ | ||
56 | 50 | ||
57 | #mailutils.info: mailutils.texi version.texi ex-address.texi | ||
58 | #mailutils.dvi: mailutils.texi version.texi ex-address.texi | ||
59 | DISTCLEANFILES=*.pgs | 51 | DISTCLEANFILES=*.pgs | ... | ... |
-
Please register or sign in to post a comment