111 lines
5.1 KiB
Diff
111 lines
5.1 KiB
Diff
|
--- automake-1.16.5/doc/automake.texi 2021-10-02 01:30:59.000000000 +0600
|
||
|
+++ automake-1.16.5/doc/automake1.16.texi 2023-10-27 11:34:29.214808376 +0600
|
||
|
@@ -1,7 +1,7 @@
|
||
|
\input texinfo @c -*-texinfo-*-
|
||
|
@c %**start of header
|
||
|
-@setfilename automake.info
|
||
|
-@settitle automake
|
||
|
+@setfilename automake1.16.info
|
||
|
+@settitle automake_116
|
||
|
@documentencoding UTF-8
|
||
|
@documentlanguage en
|
||
|
@setchapternewpage off
|
||
|
@@ -40,7 +40,7 @@
|
||
|
|
||
|
@dircategory Software development
|
||
|
@direntry
|
||
|
-* Automake: (automake). Making GNU standards-compliant Makefiles.
|
||
|
+* Automake_116: (automake1.16). Making GNU standards-compliant Makefiles.
|
||
|
@end direntry
|
||
|
|
||
|
@dircategory Individual utilities
|
||
|
--- automake-1.16.5/Makefile1.16 2023-10-27 11:36:14.253703943 +0600
|
||
|
+++ automake-1.16.5/Makefile 2023-10-27 11:39:36.790502587 +0600
|
||
|
@@ -202,7 +202,7 @@
|
||
|
am__v_texidevnull_0 = > /dev/null
|
||
|
am__v_texidevnull_1 =
|
||
|
am__dirstamp = $(am__leading_dot)dirstamp
|
||
|
-INFO_DEPS = $(srcdir)/doc/automake.info \
|
||
|
+INFO_DEPS = $(srcdir)/doc/automake1.16.info \
|
||
|
$(srcdir)/doc/automake-history.info
|
||
|
TEXINFO_TEX = $(top_srcdir)/lib/texinfo.tex
|
||
|
am__TEXINFO_TEX_DIR = $(top_srcdir)/lib
|
||
|
@@ -210,7 +210,7 @@
|
||
|
PDFS = doc/automake.pdf doc/automake-history.pdf
|
||
|
PSS = doc/automake.ps doc/automake-history.ps
|
||
|
HTMLS = doc/automake.html doc/automake-history.html
|
||
|
-TEXINFOS = doc/automake.texi doc/automake-history.texi
|
||
|
+TEXINFOS = doc/automake1.13.texi doc/automake-history.texi
|
||
|
TEXI2DVI = texi2dvi
|
||
|
TEXI2PDF = $(TEXI2DVI) --pdf --batch
|
||
|
MAKEINFOHTML = $(MAKEINFO) --html
|
||
|
@@ -691,7 +691,7 @@
|
||
|
automake_script = bin/automake
|
||
|
aclocal_script = bin/aclocal
|
||
|
AUTOMAKESOURCES = $(automake_in) $(aclocal_in)
|
||
|
-info_TEXINFOS = doc/automake.texi doc/automake-history.texi
|
||
|
+info_TEXINFOS = doc/automake1.16.texi doc/automake-history.texi
|
||
|
doc_automake_TEXINFOS = doc/fdl.texi
|
||
|
doc_automake_history_TEXINFOS = doc/fdl.texi
|
||
|
man1_MANS = \
|
||
|
@@ -2554,7 +2554,7 @@
|
||
|
@$(MKDIR_P) doc
|
||
|
@: > doc/$(am__dirstamp)
|
||
|
|
||
|
-$(srcdir)/doc/automake.info: doc/automake.texi $(srcdir)/doc/version.texi $(doc_automake_TEXINFOS)
|
||
|
+$(srcdir)/doc/automake1.16.info: doc/automake1.16.texi $(srcdir)/doc/version.texi $(doc_automake_TEXINFOS)
|
||
|
$(AM_V_MAKEINFO)restore=: && backupdir="$(am__leading_dot)am$$$$" && \
|
||
|
am__cwd=`pwd` && $(am__cd) $(srcdir) && \
|
||
|
rm -rf $$backupdir && mkdir $$backupdir && \
|
||
|
@@ -2565,7 +2565,7 @@
|
||
|
else :; fi && \
|
||
|
cd "$$am__cwd"; \
|
||
|
if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc \
|
||
|
- -o $@ $(srcdir)/doc/automake.texi; \
|
||
|
+ -o $@ $(srcdir)/doc/automake1.16.texi; \
|
||
|
then \
|
||
|
rc=0; \
|
||
|
$(am__cd) $(srcdir); \
|
||
|
@@ -2576,32 +2576,32 @@
|
||
|
fi; \
|
||
|
rm -rf $$backupdir; exit $$rc
|
||
|
|
||
|
-doc/automake.dvi: doc/automake.texi $(srcdir)/doc/version.texi $(doc_automake_TEXINFOS) doc/$(am__dirstamp)
|
||
|
+doc/automake.dvi: doc/automake1.16.texi $(srcdir)/doc/version.texi $(doc_automake_TEXINFOS) doc/$(am__dirstamp)
|
||
|
$(AM_V_TEXI2DVI)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
|
||
|
MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc' \
|
||
|
$(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \
|
||
|
- `test -f 'doc/automake.texi' || echo '$(srcdir)/'`doc/automake.texi
|
||
|
+ `test -f 'doc/automake1.16.texi' || echo '$(srcdir)/'`doc/automake1.16.texi
|
||
|
|
||
|
-doc/automake.pdf: doc/automake.texi $(srcdir)/doc/version.texi $(doc_automake_TEXINFOS) doc/$(am__dirstamp)
|
||
|
+doc/automake.pdf: doc/automake1.16.texi $(srcdir)/doc/version.texi $(doc_automake_TEXINFOS) doc/$(am__dirstamp)
|
||
|
$(AM_V_TEXI2PDF)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
|
||
|
MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc' \
|
||
|
$(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \
|
||
|
- `test -f 'doc/automake.texi' || echo '$(srcdir)/'`doc/automake.texi
|
||
|
+ `test -f 'doc/automake1.16.texi' || echo '$(srcdir)/'`doc/automake1.16.texi
|
||
|
|
||
|
-doc/automake.html: doc/automake.texi $(srcdir)/doc/version.texi $(doc_automake_TEXINFOS) doc/$(am__dirstamp)
|
||
|
+doc/automake.html: doc/automake1.16.texi $(srcdir)/doc/version.texi $(doc_automake_TEXINFOS) doc/$(am__dirstamp)
|
||
|
$(AM_V_MAKEINFO)rm -rf $(@:.html=.htp)
|
||
|
$(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc \
|
||
|
- -o $(@:.html=.htp) `test -f 'doc/automake.texi' || echo '$(srcdir)/'`doc/automake.texi; \
|
||
|
+ -o $(@:.html=.htp) `test -f 'doc/automake1.16.texi' || echo '$(srcdir)/'`doc/automake1.16.texi; \
|
||
|
then \
|
||
|
rm -rf $@ && mv $(@:.html=.htp) $@; \
|
||
|
else \
|
||
|
rm -rf $(@:.html=.htp); exit 1; \
|
||
|
fi
|
||
|
$(srcdir)/doc/version.texi: $(srcdir)/doc/stamp-vti
|
||
|
-$(srcdir)/doc/stamp-vti: doc/automake.texi $(top_srcdir)/configure
|
||
|
+$(srcdir)/doc/stamp-vti: doc/automake1.16.texi $(top_srcdir)/configure
|
||
|
@test -f doc/$(am__dirstamp) || $(MAKE) $(AM_MAKEFLAGS) doc/$(am__dirstamp)
|
||
|
- @(dir=.; test -f ./doc/automake.texi || dir=$(srcdir); \
|
||
|
- set `$(SHELL) $(top_srcdir)/lib/mdate-sh $$dir/doc/automake.texi`; \
|
||
|
+ @(dir=.; test -f ./doc/automake1.16.texi || dir=$(srcdir); \
|
||
|
+ set `$(SHELL) $(top_srcdir)/lib/mdate-sh $$dir/doc/automake1.16.texi`; \
|
||
|
echo "@set UPDATED $$1 $$2 $$3"; \
|
||
|
echo "@set UPDATED-MONTH $$2 $$3"; \
|
||
|
echo "@set EDITION $(VERSION)"; \
|