Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
ebe7501d
...
ebe7501db09ecf32fb5075a47f44cc5698784676
authored
2002-09-04 08:24:32 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added http.c.texi
1 parent
c37aad73
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
11 deletions
doc/texinfo/.cvsignore
doc/texinfo/Makefile.am
doc/texinfo/.cvsignore
View file @
ebe7501
...
...
@@ -24,3 +24,4 @@ mailutils.pgs
address.c.texi
url-parse.c.texi
sfrom.c.texi
http.c.texi
...
...
doc/texinfo/Makefile.am
View file @
ebe7501
...
...
@@ -11,6 +11,7 @@ mailutils_TEXINFOS = \
c-api.texi
\
encoding.texi
\
envelope.texi
\
http.c.texi
\
address.c.texi
\
url-parse.c.texi
\
framework.texi
\
...
...
@@ -44,16 +45,7 @@ url-parse.c.texi: ${top_srcdir}/examples/url-parse.c
sfrom.c.texi
:
${top_srcdir}/examples/sfrom.c
sed
'1,/.*\*\//d;s/\([{}]\)/@\1/g'
$<
>
$@
## Sam, the examples dir is not part of the distribution so this will not work
## but we should probably have a "addrmsg" program and reenable this.
## Alain.
#ex-address.texi: ${top_srcdir}/doc/examples/addr.c
# sed -es/{/@{/g -e s/}/@}/g < $< > $@
#sfrom.texi: ${top_srcdir}/doc/examples/sfrom.c
# sed -es/{/@{/g -e s/}/@}/g < $< > $@
#ex-url.texi: ${top_srcdir}/doc/examples/url-parse.c
# sed -es/{/@{/g -e s/}/@}/g < $< > $@
http.c.texi
:
${top_srcdir}/examples/http.c
sed
'1,/.*\*\//d;s/\([{}]\)/@\1/g'
$<
>
$@
#mailutils.info: mailutils.texi version.texi ex-address.texi
#mailutils.dvi: mailutils.texi version.texi ex-address.texi
DISTCLEANFILES
=
*
.pgs
...
...
Please
register
or
sign in
to post a comment