/[gcl]/gcl/binutils/bfd/doc/Makefile.am
ViewVC logotype

Diff of /gcl/binutils/bfd/doc/Makefile.am

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

revision 1.1.1.1 by camm, Fri Aug 9 05:36:13 2002 UTC revision 1.2 by camm, Fri Sep 9 23:32:16 2005 UTC
# Line 1  Line 1 
1  ## Process this file with automake to generate Makefile.in  ## Process this file with automake to generate Makefile.in
2    
3  AUTOMAKE_OPTIONS = cygnus  AUTOMAKE_OPTIONS = 1.9 cygnus
4    
5  DOCFILES = aoutx.texi  archive.texi archures.texi \  DOCFILES = aoutx.texi  archive.texi archures.texi \
6          bfdt.texi  cache.texi coffcode.texi \          bfdt.texi  cache.texi coffcode.texi \
7          core.texi elf.texi elfcode.texi  format.texi  libbfd.texi  \          core.texi elf.texi elfcode.texi  format.texi \
8            libbfd.texi bfdwin.texi bfdio.texi \
9          opncls.texi  reloc.texi  section.texi  \          opncls.texi  reloc.texi  section.texi  \
10          syms.texi  targets.texi init.texi hash.texi linker.texi \          syms.texi  targets.texi init.texi hash.texi linker.texi \
11          mmo.texi          mmo.texi
12    
13  PROTOS = archive.p archures.p bfd.p \  PROTOS = archive.p archures.p bfd.p \
14           core.p format.p \           core.p format.p \
15            bfdio.p bfdwin.p \
16          libbfd.p opncls.p reloc.p \          libbfd.p opncls.p reloc.p \
17          section.p syms.p targets.p  \          section.p syms.p targets.p  \
18          format.p  core.p init.p          format.p  core.p init.p
# Line 22  IPROTOS = cache.ip libbfd.ip reloc.ip in Line 24  IPROTOS = cache.ip libbfd.ip reloc.ip in
24  # you don't need these three:  # you don't need these three:
25  SRCDOC = $(srcdir)/../aoutx.h  $(srcdir)/../archive.c \  SRCDOC = $(srcdir)/../aoutx.h  $(srcdir)/../archive.c \
26          $(srcdir)/../archures.c $(srcdir)/../bfd.c \          $(srcdir)/../archures.c $(srcdir)/../bfd.c \
27            $(srcdir)/../bfdio.c $(srcdir)/../bfdwin.c \
28          $(srcdir)/../cache.c $(srcdir)/../coffcode.h \          $(srcdir)/../cache.c $(srcdir)/../coffcode.h \
29          $(srcdir)/../corefile.c $(srcdir)/../elf.c \          $(srcdir)/../corefile.c $(srcdir)/../elf.c \
30          $(srcdir)/../elfcode.h  $(srcdir)/../format.c \          $(srcdir)/../elfcode.h  $(srcdir)/../format.c \
# Line 34  SRCDOC = $(srcdir)/../aoutx.h  $(srcdir) Line 37  SRCDOC = $(srcdir)/../aoutx.h  $(srcdir)
37  SRCPROT = $(srcdir)/../archive.c $(srcdir)/../archures.c \  SRCPROT = $(srcdir)/../archive.c $(srcdir)/../archures.c \
38          $(srcdir)/../bfd.c $(srcdir)/../coffcode.h $(srcdir)/../corefile.c \          $(srcdir)/../bfd.c $(srcdir)/../coffcode.h $(srcdir)/../corefile.c \
39          $(srcdir)/../format.c $(srcdir)/../libbfd.c \          $(srcdir)/../format.c $(srcdir)/../libbfd.c \
40            $(srcdir)/../bfdio.c $(srcdir)/../bfdwin.c \
41          $(srcdir)/../opncls.c $(srcdir)/../reloc.c \          $(srcdir)/../opncls.c $(srcdir)/../reloc.c \
42          $(srcdir)/../section.c $(srcdir)/../syms.c \          $(srcdir)/../section.c $(srcdir)/../syms.c \
43          $(srcdir)/../targets.c $(srcdir)/../init.c          $(srcdir)/../targets.c $(srcdir)/../init.c
44    
45  SRCIPROT = $(srcdir)/../cache.c $(srcdir)/../libbfd.c \  SRCIPROT = $(srcdir)/../cache.c $(srcdir)/../libbfd.c \
46            $(srcdir)/../bfdio.c $(srcdir)/../bfdwin.c \
47          $(srcdir)/../reloc.c $(srcdir)/../cpu-h8300.c \          $(srcdir)/../reloc.c $(srcdir)/../cpu-h8300.c \
48          $(srcdir)/../cpu-i960.c $(srcdir)/../archures.c \          $(srcdir)/../cpu-i960.c $(srcdir)/../archures.c \
49          $(srcdir)/../init.c          $(srcdir)/../init.c
# Line 49  info_TEXINFOS = bfd.texinfo Line 54  info_TEXINFOS = bfd.texinfo
54    
55  MKDOC = chew$(EXEEXT_FOR_BUILD)  MKDOC = chew$(EXEEXT_FOR_BUILD)
56    
57  $(MKDOC): chew.o  INCLUDES = -I.. -I$(srcdir)/.. -I$(srcdir)/../../include \
58          $(CC_FOR_BUILD) -o $(MKDOC) chew.o $(LOADLIBES) $(LDFLAGS)          -I$(srcdir)/../../intl -I../../intl
59    
60    $(MKDOC): $(srcdir)/chew.c
61            $(CC_FOR_BUILD) -o chew.$$$$ $(srcdir)/chew.c \
62              $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) $(H_CFLAGS) \
63              $(INCLUDES); \
64            $(SHELL) $(srcdir)/../../move-if-change chew.$$$$ $(MKDOC)
65    
66  chew.o: chew.c  chew.o: chew.c
67          $(CC_FOR_BUILD) -c -I.. -I$(srcdir)/.. -I$(srcdir)/../../include -I$(srcdir)/../../intl -I../../intl $(H_CFLAGS) $(CFLAGS) $(srcdir)/chew.c          $(CC_FOR_BUILD) -c $(INCLUDES) $(H_CFLAGS) $(CFLAGS_FOR_BUILD) $(srcdir)/chew.c
68    
69  protos: libbfd.h libcoff.h bfd.h  protos: libbfd.h libcoff.h bfd.h
70    
71  bfd.info bfd.dvi: $(DOCFILES) bfdsumm.texi bfd.texinfo  $(srcdir)/bfd.info bfd.dvi: $(DOCFILES) bfdsumm.texi bfd.texinfo
72    
73  # We can't replace these rules with an implicit rule, because  # We can't replace these rules with an implicit rule, because
74  # makes without VPATH support couldn't find the .h files in `..'.  # makes without VPATH support couldn't find the .h files in `..'.
75    
76  # We use s-XXX targets so that we can distribute the info files,  # We do not depend on chew directly so that we can distribute the info
77  # and permit people to rebuild them, without requiring the makeinfo  # files, and permit people to rebuild them, without requiring the makeinfo
78  # program.  If somebody tries to rebuild info, but none of the .texi  # program.  If somebody tries to rebuild info, but none of the .texi files
79  # files have changed, then this Makefile will build chew, and will  # have changed, then nothing will be rebuilt.
 # build all of the stamp files, but will not actually have to rebuild  
 # bfd.info.  
80    
81  s-aoutx: $(MKDOC) $(srcdir)/../aoutx.h $(srcdir)/doc.str  aoutx.texi: chew.c $(srcdir)/../aoutx.h $(srcdir)/doc.str
82            $(MAKE) $(MKDOC)
83          ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../aoutx.h >aoutx.tmp          ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../aoutx.h >aoutx.tmp
84          $(srcdir)/../../move-if-change aoutx.tmp aoutx.texi          $(SHELL) $(srcdir)/../../move-if-change aoutx.tmp aoutx.texi
         touch s-aoutx  
 aoutx.texi: s-aoutx  
85    
86  s-archive: $(MKDOC) $(srcdir)/../archive.c $(srcdir)/doc.str  archive.texi: chew.c $(srcdir)/../archive.c $(srcdir)/doc.str
87            $(MAKE) $(MKDOC)
88          ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../archive.c >archive.tmp          ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../archive.c >archive.tmp
89          $(srcdir)/../../move-if-change archive.tmp archive.texi          $(SHELL) $(srcdir)/../../move-if-change archive.tmp archive.texi
         touch s-archive  
 archive.texi: s-archive  
90    
91  s-archures: $(MKDOC) $(srcdir)/../archures.c $(srcdir)/doc.str  archures.texi: chew.c $(srcdir)/../archures.c $(srcdir)/doc.str
92            $(MAKE) $(MKDOC)
93          ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../archures.c >archures.tmp          ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../archures.c >archures.tmp
94          $(srcdir)/../../move-if-change archures.tmp archures.texi          $(SHELL) $(srcdir)/../../move-if-change archures.tmp archures.texi
         touch s-archures  
 archures.texi: s-archures  
95    
96  # We use bfdt.texi, rather than bfd.texi, to avoid conflicting with  # We use bfdt.texi, rather than bfd.texi, to avoid conflicting with
97  # bfd.texinfo on an 8.3 filesystem.  # bfd.texinfo on an 8.3 filesystem.
98  s-bfd: $(MKDOC) $(srcdir)/../bfd.c $(srcdir)/doc.str  bfdt.texi: chew.c $(srcdir)/../bfd.c $(srcdir)/doc.str
99            $(MAKE) $(MKDOC)
100          ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../bfd.c >bfd.tmp          ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../bfd.c >bfd.tmp
101          $(srcdir)/../../move-if-change bfd.tmp bfdt.texi          $(SHELL) $(srcdir)/../../move-if-change bfd.tmp bfdt.texi
         touch s-bfd  
 bfdt.texi: s-bfd  
102    
103  s-cache: $(MKDOC) $(srcdir)/../cache.c $(srcdir)/doc.str  cache.texi: chew.c $(srcdir)/../cache.c $(srcdir)/doc.str
104            $(MAKE) $(MKDOC)
105          ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../cache.c >cache.tmp          ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../cache.c >cache.tmp
106          $(srcdir)/../../move-if-change cache.tmp cache.texi          $(SHELL) $(srcdir)/../../move-if-change cache.tmp cache.texi
         touch s-cache  
 cache.texi: s-cache  
107    
108  s-coffcode: $(MKDOC) $(srcdir)/../coffcode.h $(srcdir)/doc.str  coffcode.texi: chew.c $(srcdir)/../coffcode.h $(srcdir)/doc.str
109            $(MAKE) $(MKDOC)
110          ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../coffcode.h >coffcode.tmp          ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../coffcode.h >coffcode.tmp
111          $(srcdir)/../../move-if-change coffcode.tmp coffcode.texi          $(SHELL) $(srcdir)/../../move-if-change coffcode.tmp coffcode.texi
         touch s-coffcode  
 coffcode.texi: s-coffcode  
112    
113  s-core: $(MKDOC) $(srcdir)/../corefile.c $(srcdir)/doc.str  core.texi: chew.c $(srcdir)/../corefile.c $(srcdir)/doc.str
114            $(MAKE) $(MKDOC)
115          ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../corefile.c >core.tmp          ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../corefile.c >core.tmp
116          $(srcdir)/../../move-if-change core.tmp core.texi          $(SHELL) $(srcdir)/../../move-if-change core.tmp core.texi
         touch s-core  
 core.texi: s-core  
117    
118  s-elf: $(MKDOC) $(srcdir)/../elf.c $(srcdir)/doc.str  elf.texi: chew.c $(srcdir)/../elf.c $(srcdir)/doc.str
119            $(MAKE) $(MKDOC)
120          ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../elf.c >elf.tmp          ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../elf.c >elf.tmp
121          $(srcdir)/../../move-if-change elf.tmp elf.texi          $(SHELL) $(srcdir)/../../move-if-change elf.tmp elf.texi
         touch s-elf  
 elf.texi: s-elf  
122    
123  s-elfcode: $(MKDOC) $(srcdir)/../elfcode.h $(srcdir)/doc.str  elfcode.texi: chew.c $(srcdir)/../elfcode.h $(srcdir)/doc.str
124            $(MAKE) $(MKDOC)
125          ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../elfcode.h >elfcode.tmp          ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../elfcode.h >elfcode.tmp
126          $(srcdir)/../../move-if-change elfcode.tmp elfcode.texi          $(SHELL) $(srcdir)/../../move-if-change elfcode.tmp elfcode.texi
         touch s-elfcode  
 elfcode.texi: s-elfcode  
127    
128  s-mmo: $(MKDOC) $(srcdir)/../mmo.c $(srcdir)/doc.str  mmo.texi: chew.c $(srcdir)/../mmo.c $(srcdir)/doc.str
129            $(MAKE) $(MKDOC)
130          ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../mmo.c >mmo.tmp          ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../mmo.c >mmo.tmp
131          $(srcdir)/../../move-if-change mmo.tmp mmo.texi          $(SHELL) $(srcdir)/../../move-if-change mmo.tmp mmo.texi
         touch s-mmo  
 mmo.texi: s-mmo  
132    
133  s-format: $(MKDOC) $(srcdir)/../format.c $(srcdir)/doc.str  format.texi: chew.c $(srcdir)/../format.c $(srcdir)/doc.str
134            $(MAKE) $(MKDOC)
135          ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../format.c >format.tmp          ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../format.c >format.tmp
136          $(srcdir)/../../move-if-change format.tmp format.texi          $(SHELL) $(srcdir)/../../move-if-change format.tmp format.texi
         touch s-format  
 format.texi: s-format  
137    
138  s-libbfd: $(MKDOC) $(srcdir)/../libbfd.c $(srcdir)/doc.str  libbfd.texi: chew.c $(srcdir)/../libbfd.c $(srcdir)/doc.str
139            $(MAKE) $(MKDOC)
140          ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../libbfd.c >libbfd.tmp          ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../libbfd.c >libbfd.tmp
141          $(srcdir)/../../move-if-change libbfd.tmp libbfd.texi          $(SHELL) $(srcdir)/../../move-if-change libbfd.tmp libbfd.texi
142          touch s-libbfd  
143  libbfd.texi: s-libbfd  bfdio.texi: chew.c $(srcdir)/../bfdio.c $(srcdir)/doc.str
144            $(MAKE) $(MKDOC)
145            ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../bfdio.c >bfdio.tmp
146            $(SHELL) $(srcdir)/../../move-if-change bfdio.tmp bfdio.texi
147    
148    bfdwin.texi: chew.c $(srcdir)/../bfdwin.c $(srcdir)/doc.str
149            $(MAKE) $(MKDOC)
150            ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../bfdwin.c >bfdwin.tmp
151            $(SHELL) $(srcdir)/../../move-if-change bfdwin.tmp bfdwin.texi
152    
153  s-opncls: $(MKDOC) $(srcdir)/../opncls.c $(srcdir)/doc.str  opncls.texi: chew.c $(srcdir)/../opncls.c $(srcdir)/doc.str
154            $(MAKE) $(MKDOC)
155          ./$(MKDOC) -f $(srcdir)/doc.str  <$(srcdir)/../opncls.c >opncls.tmp          ./$(MKDOC) -f $(srcdir)/doc.str  <$(srcdir)/../opncls.c >opncls.tmp
156          $(srcdir)/../../move-if-change opncls.tmp opncls.texi          $(SHELL) $(srcdir)/../../move-if-change opncls.tmp opncls.texi
         touch s-opncls  
 opncls.texi: s-opncls  
157    
158  s-reloc: $(MKDOC) $(srcdir)/../reloc.c $(srcdir)/doc.str  reloc.texi: chew.c $(srcdir)/../reloc.c $(srcdir)/doc.str
159            $(MAKE) $(MKDOC)
160          ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../reloc.c >reloc.tmp          ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../reloc.c >reloc.tmp
161          $(srcdir)/../../move-if-change reloc.tmp reloc.texi          $(SHELL) $(srcdir)/../../move-if-change reloc.tmp reloc.texi
         touch s-reloc  
 reloc.texi: s-reloc  
162    
163  s-section: $(MKDOC) $(srcdir)/../section.c $(srcdir)/doc.str  section.texi: chew.c $(srcdir)/../section.c $(srcdir)/doc.str
164            $(MAKE) $(MKDOC)
165          ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../section.c >section.tmp          ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../section.c >section.tmp
166          $(srcdir)/../../move-if-change section.tmp section.texi          $(SHELL) $(srcdir)/../../move-if-change section.tmp section.texi
         touch s-section  
 section.texi: s-section  
167    
168  s-syms: $(MKDOC) $(srcdir)/../syms.c $(srcdir)/doc.str  syms.texi: chew.c $(srcdir)/../syms.c $(srcdir)/doc.str
169            $(MAKE) $(MKDOC)
170          ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../syms.c >syms.tmp          ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../syms.c >syms.tmp
171          $(srcdir)/../../move-if-change syms.tmp syms.texi          $(SHELL) $(srcdir)/../../move-if-change syms.tmp syms.texi
         touch s-syms  
 syms.texi: s-syms  
172    
173  s-targets: $(MKDOC) $(srcdir)/../targets.c $(srcdir)/doc.str  targets.texi: chew.c $(srcdir)/../targets.c $(srcdir)/doc.str
174            $(MAKE) $(MKDOC)
175          ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../targets.c >targets.tmp          ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../targets.c >targets.tmp
176          $(srcdir)/../../move-if-change targets.tmp targets.texi          $(SHELL) $(srcdir)/../../move-if-change targets.tmp targets.texi
         touch s-targets  
 targets.texi: s-targets  
177    
178  s-init: $(MKDOC) $(srcdir)/../init.c $(srcdir)/doc.str  init.texi: chew.c $(srcdir)/../init.c $(srcdir)/doc.str
179            $(MAKE) $(MKDOC)
180          ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../init.c >init.tmp          ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../init.c >init.tmp
181          $(srcdir)/../../move-if-change init.tmp init.texi          $(SHELL) $(srcdir)/../../move-if-change init.tmp init.texi
         touch s-init  
 init.texi: s-init  
182    
183  s-hash: $(MKDOC) $(srcdir)/../hash.c $(srcdir)/doc.str  hash.texi: chew.c $(srcdir)/../hash.c $(srcdir)/doc.str
184            $(MAKE) $(MKDOC)
185          ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../hash.c >hash.tmp          ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../hash.c >hash.tmp
186          $(srcdir)/../../move-if-change hash.tmp hash.texi          $(SHELL) $(srcdir)/../../move-if-change hash.tmp hash.texi
         touch s-hash  
 hash.texi: s-hash  
187    
188  s-linker: $(MKDOC) $(srcdir)/../linker.c $(srcdir)/doc.str  linker.texi: chew.c $(srcdir)/../linker.c $(srcdir)/doc.str
189            $(MAKE) $(MKDOC)
190          ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../linker.c >linker.tmp          ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../linker.c >linker.tmp
191          $(srcdir)/../../move-if-change linker.tmp linker.texi          $(SHELL) $(srcdir)/../../move-if-change linker.tmp linker.texi
         touch s-linker  
 linker.texi: s-linker  
192    
193  LIBBFD_H_DEP = \  LIBBFD_H_DEP = \
194          $(srcdir)/../libbfd-in.h        \          $(srcdir)/../libbfd-in.h        \
195          $(srcdir)/../init.c             \          $(srcdir)/../init.c             \
196          $(srcdir)/../libbfd.c           \          $(srcdir)/../libbfd.c           \
197            $(srcdir)/../bfdio.c            \
198            $(srcdir)/../bfdwin.c           \
199          $(srcdir)/../cache.c            \          $(srcdir)/../cache.c            \
200          $(srcdir)/../reloc.c            \          $(srcdir)/../reloc.c            \
201          $(srcdir)/../archures.c         \          $(srcdir)/../archures.c         \
# Line 239  BFD_H_DEP = \ Line 240  BFD_H_DEP = \
240          $(srcdir)/../init.c             \          $(srcdir)/../init.c             \
241          $(srcdir)/../opncls.c           \          $(srcdir)/../opncls.c           \
242          $(srcdir)/../libbfd.c           \          $(srcdir)/../libbfd.c           \
243            $(srcdir)/../bfdio.c            \
244            $(srcdir)/../bfdwin.c           \
245          $(srcdir)/../section.c          \          $(srcdir)/../section.c          \
246          $(srcdir)/../archures.c         \          $(srcdir)/../archures.c         \
247          $(srcdir)/../reloc.c            \          $(srcdir)/../reloc.c            \
# Line 248  BFD_H_DEP = \ Line 251  BFD_H_DEP = \
251          $(srcdir)/../corefile.c         \          $(srcdir)/../corefile.c         \
252          $(srcdir)/../targets.c          \          $(srcdir)/../targets.c          \
253          $(srcdir)/../format.c           \          $(srcdir)/../format.c           \
254            $(srcdir)/../linker.c           \
255            $(srcdir)/../simple.c           \
256          $(srcdir)/header.sed            \          $(srcdir)/header.sed            \
257          $(srcdir)/proto.str             \          $(srcdir)/proto.str             \
258          $(srcdir)/../version.h          \          $(srcdir)/../version.h          \
# Line 273  noinst_TEXINFOS = bfdint.texi Line 278  noinst_TEXINFOS = bfdint.texi
278    
279  MOSTLYCLEANFILES = $(MKDOC) *.o  MOSTLYCLEANFILES = $(MKDOC) *.o
280    
281  CLEANFILES = s-* *.p *.ip  CLEANFILES = *.p *.ip
282    
283  DISTCLEANFILES = bfd.?? bfd.??? bfd.h libbfd.h libcoff.h texput.log  DISTCLEANFILES = bfd.?? bfd.??? bfd.h libbfd.h libcoff.h texput.log
284    

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

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