Magellan Linux

Annotation of /trunk/autoconf/patches/autoconf-2.58-infopage-namechange.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years, 1 month ago) by niro
File size: 5117 byte(s)
-import

1 niro 144 diff -urN autoconf-2.58/doc/Makefile.in autoconf-2.58.info/doc/Makefile.in
2     --- autoconf-2.58/doc/Makefile.in 2003-09-28 16:42:23.267768088 +0200
3     +++ autoconf-2.58.info/doc/Makefile.in 2003-09-28 16:42:47.480087256 +0200
4     @@ -44,12 +44,12 @@
5     DIST_SOURCES =
6     TEXINFO_TEX = $(top_srcdir)/config/texinfo.tex
7     am__TEXINFO_TEX_DIR = $(top_srcdir)/config
8     -INFO_DEPS = autoconf.info standards.info
9     +INFO_DEPS = autoconf25.info standards.info
10     DVIS = autoconf.dvi standards.dvi
11     PDFS = autoconf.pdf standards.pdf
12     PSS = autoconf.ps standards.ps
13     HTMLS = autoconf.html standards.html
14     -TEXINFOS = autoconf.texi standards.texi
15     +TEXINFOS = autoconf25.texi standards.texi
16     TEXI2PDF = $(TEXI2DVI) --pdf --batch
17     DVIPS = dvips
18     am__installdirs = $(DESTDIR)$(infodir)
19     @@ -116,7 +116,7 @@
20     TEXI2DVI = texi2dvi --batch
21     TEXI2HTML = texi2html
22     TEXI2HTML_FLAGS = -split_chapter
23     -info_TEXINFOS = autoconf.texi standards.texi
24     +info_TEXINFOS = autoconf25.texi standards.texi
25     autoconf_TEXINFOS = fdl.texi install.texi
26     standards_TEXINFOS = make-stds.texi
27    
28     @@ -192,14 +192,14 @@
29     .texi.html:
30     $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) --html -I $(srcdir) \
31     -o $@ $<
32     -autoconf.info: autoconf.texi version.texi $(autoconf_TEXINFOS)
33     -autoconf.dvi: autoconf.texi version.texi $(autoconf_TEXINFOS)
34     -autoconf.pdf: autoconf.texi version.texi $(autoconf_TEXINFOS)
35     -autoconf.html: autoconf.texi version.texi $(autoconf_TEXINFOS)
36     +autoconf25.info: autoconf25.texi version.texi $(autoconf_TEXINFOS)
37     +autoconf.dvi: autoconf25.texi version.texi $(autoconf_TEXINFOS)
38     +autoconf.pdf: autoconf25.texi version.texi $(autoconf_TEXINFOS)
39     +autoconf.html: autoconf25.texi version.texi $(autoconf_TEXINFOS)
40     version.texi: stamp-vti
41     -stamp-vti: autoconf.texi $(top_srcdir)/configure
42     - @(dir=.; test -f ./autoconf.texi || dir=$(srcdir); \
43     - set `$(SHELL) $(top_srcdir)/config/mdate-sh $$dir/autoconf.texi`; \
44     +stamp-vti: autoconf25.texi $(top_srcdir)/configure
45     + @(dir=.; test -f ./autoconf25.texi || dir=$(srcdir); \
46     + set `$(SHELL) $(top_srcdir)/config/mdate-sh $$dir/autoconf25.texi`; \
47     echo "@set UPDATED $$1 $$2 $$3"; \
48     echo "@set UPDATED-MONTH $$2 $$3"; \
49     echo "@set EDITION $(VERSION)"; \
50     @@ -430,8 +430,8 @@
51    
52     html: autoconf_1.html standards_1.html
53    
54     -autoconf_1.html: autoconf.texi install.texi
55     - $(TEXI2HTML) $(TEXI2HTML_FLAGS) $(srcdir)/autoconf.texi
56     +autoconf_1.html: autoconf25.texi install.texi
57     + $(TEXI2HTML) $(TEXI2HTML_FLAGS) $(srcdir)/autoconf25.texi
58    
59     standards_1.html: standards.texi make-stds.texi
60     $(TEXI2HTML) $(TEXI2HTML_FLAGS) $(srcdir)/standards.texi
61     diff -urN autoconf-2.58/doc/autoconf.texi autoconf-2.58.info/doc/autoconf.texi
62     --- autoconf-2.58/doc/autoconf.texi 2003-09-28 16:42:23.283765656 +0200
63     +++ autoconf-2.58.info/doc/autoconf.texi 2003-09-28 16:43:17.728488800 +0200
64     @@ -1,9 +1,9 @@
65     \input texinfo @c -*-texinfo-*-
66     @comment ========================================================
67     @comment %**start of header
68     -@setfilename autoconf.info
69     +@setfilename autoconf25.info
70     @include version.texi
71     -@settitle Autoconf
72     +@settitle Autoconf v2.5
73     @setchapternewpage odd
74     @setcontentsaftertitlepage
75     @finalout
76     @@ -210,27 +210,27 @@
77    
78     @dircategory Software development
79     @direntry
80     -* Autoconf: (autoconf). Create source code configuration scripts.
81     +* Autoconf v2.5: (autoconf25). Create source code configuration scripts.
82     @end direntry
83    
84     @dircategory Individual utilities
85     @direntry
86     -* autoscan: (autoconf)autoscan Invocation.
87     +* autoscan v2.5: (autoconf25)autoscan Invocation.
88     Semi-automatic @file{configure.ac} writing
89     -* ifnames: (autoconf)ifnames Invocation. Listing conditionals in source.
90     -* autoconf: (autoconf)autoconf Invocation.
91     +* ifnames v2.5: (autoconf25)ifnames Invocation. Listing conditionals in source.
92     +* autoconf v2.5: (autoconf25)autoconf Invocation.
93     How to create configuration scripts
94     -* autoreconf: (autoconf)autoreconf Invocation.
95     +* autoreconf v2.5: (autoconf25)autoreconf Invocation.
96     Remaking multiple @command{configure} scripts
97     -* autoheader: (autoconf)autoheader Invocation.
98     +* autoheader v2.5: (autoconf25)autoheader Invocation.
99     How to create configuration templates
100     -* autom4te: (autoconf)autom4te Invocation.
101     +* autom4te v2.5: (autoconf25)autom4te Invocation.
102     The Autoconf executables backbone
103     -* configure: (autoconf)configure Invocation. Configuring a package.
104     -* autoupdate: (autoconf)autoupdate Invocation.
105     +* configure v2.5: (autoconf25)configure Invocation. Configuring a package.
106     +* autoupdate v2.5: (autoconf25)autoupdate Invocation.
107     Automatic update of @file{configure.ac}
108     -* config.status: (autoconf)config.status Invocation. Recreating configurations.
109     -* testsuite: (autoconf)testsuite Invocation. Running an Autotest test suite.
110     +* config.status v2.5: (autoconf25)config.status Invocation. Recreating configurations.
111     +* testsuite v2.5: (autoconf25)testsuite Invocation. Running an Autotest test suite.
112     @end direntry
113    
114     @titlepage