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
f61f575f
...
f61f575f99498a1cc9658f13fe7182e669ad5234
authored
2002-08-29 14:37:44 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Rules to generate examples .texi from sources in ../examples.
1 parent
0d52e88a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
doc/texinfo/Makefile.am
doc/texinfo/Makefile.am
View file @
f61f575
...
...
@@ -10,8 +10,8 @@ mailutils_TEXINFOS = \
c-api.texi
\
encoding.texi
\
envelope.texi
\
ex-address
.texi
\
ex-url
.texi
\
address.c
.texi
\
url-parse.c
.texi
\
framework.texi
\
folder.texi
\
headers.texi
\
...
...
@@ -34,6 +34,15 @@ mailutils_TEXINFOS = \
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'
$<
>
$@
## 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.
...
...
Please
register
or
sign in
to post a comment