/[mailutils]/mailutils/doc/texinfo/Makefile.am
ViewVC logotype

Diff of /mailutils/doc/texinfo/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by gray, Wed Sep 4 08:24:32 2002 UTC revision 1.7 by gray, Sun Nov 24 22:15:02 2002 UTC
# Line 3  Line 3 
3  # See file COPYING in the distribution root directory for copying conditions.  # See file COPYING in the distribution root directory for copying conditions.
4    
5  info_TEXINFOS = mailutils.texi  info_TEXINFOS = mailutils.texi
6    
7    INCFILES=addr.inc http.inc numaddr.inc sfrom.inc url-parse.inc
8    
9  mailutils_TEXINFOS = \  mailutils_TEXINFOS = \
10   address.texi \   address.texi \
11   attribute.texi \   attribute.texi \
# Line 11  mailutils_TEXINFOS = \ Line 14  mailutils_TEXINFOS = \
14   c-api.texi \   c-api.texi \
15   encoding.texi \   encoding.texi \
16   envelope.texi \   envelope.texi \
  http.c.texi \  
  address.c.texi \  
  url-parse.c.texi \  
17   framework.texi \   framework.texi \
18   folder.texi \   folder.texi \
19   headers.texi \   headers.texi \
20   imap4.texi \   imap4.texi \
21   iterator.texi \   iterator.texi \
22     libmuauth.texi \
23     libsieve.texi \
24   locker.texi \   locker.texi \
25   mailbox.texi \   mailbox.texi \
26   mailer.texi \   mailer.texi \
# Line 31  mailutils_TEXINFOS = \ Line 33  mailutils_TEXINFOS = \
33   pop3.texi \   pop3.texi \
34   programs.texi \   programs.texi \
35   sendmail.texi \   sendmail.texi \
  sfrom.c.texi \  
36   smtp.texi \   smtp.texi \
37   stream.texi \   stream.texi \
38   url.texi   url.texi \
39     $(INCFILES)
 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' $< > $@  
40    
41  sfrom.c.texi: ${top_srcdir}/examples/sfrom.c  VPATH = ${top_srcdir}/examples/
         sed '1,/.*\*\//d;s/\([{}]\)/@\1/g' $< > $@  
42    
43  http.c.texi: ${top_srcdir}/examples/http.c  SUFFIXES=.c .inc
44          sed '1,/.*\*\//d;s/\([{}]\)/@\1/g' $< > $@  .c.inc:
45            sed '1{s/\/\*/@comment  /;b};2,/.*\*\//{s/\*\///;s/^/@comment/;b};s/\([{}]\)/@\1/g' $< > $@
46    
47  DISTCLEANFILES=*.pgs  DISTCLEANFILES=*.pgs
48    MAINTAINERCLEANFILES=$(INCFILES)

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26