diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.in | 20 | ||||
-rw-r--r-- | doc/id-utils.info | 56 | ||||
-rw-r--r-- | doc/version.texi | 4 |
3 files changed, 43 insertions, 37 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index 5877513..cf204ea 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.0 from Makefile.am +# Makefile.in generated automatically by automake 1.1b from Makefile.am # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -51,7 +51,8 @@ INFO_DEPS = id-utils.info DVIS = id-utils.dvi TEXINFOS = id-utils.texi -DIST_COMMON = Makefile.am Makefile.in mdate-sh stamp-vti version.texi +DIST_COMMON = Makefile.am Makefile.in mdate-sh stamp-vti texinfo.tex \ +version.texi PACKAGE = @PACKAGE@ @@ -97,20 +98,24 @@ maintainer-clean-vti: @MAINT@rm -f stamp-vti version.texi id-utils.info: id-utils.texi version.texi +id-utils.dvi: id-utils.texi version.texi .texi.info: - $(MAKEINFO) -I$(srcdir) $< -o $@ + cd $(srcdir) \ + && $(MAKEINFO) `echo $< | sed 's,.*/,,'` .texi.dvi: TEXINPUTS=$(srcdir):$$TEXINPUTS $(TEXI2DVI) $< install-info: $(INFO_DEPS) $(mkinstalldirs) $(infodir) - for file in $(INFO_DEPS); do \ + for file in $(INFO_DEPS); do \ for ifile in `cd $(srcdir) && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \ - test -f $$ifile && $(INSTALL_DATA) $(srcdir)/$$ifile $(infodir)/$$ifile || true; \ - done; \ + if test -f $(srcdir)/$$ifile; then \ + $(INSTALL_DATA) $(srcdir)/$$ifile $(infodir)/$$ifile; \ + else : ; fi; \ + done; \ done uninstall-info: @@ -133,8 +138,9 @@ tags: TAGS TAGS: -subdir = doc distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) + +subdir = doc distdir: $(DEP_DISTFILES) @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \ test -f $(distdir)/$$file \ diff --git a/doc/id-utils.info b/doc/id-utils.info index abbc871..c4289df 100644 --- a/doc/id-utils.info +++ b/doc/id-utils.info @@ -1,5 +1,5 @@ -This is Info file ../../doc/id-utils.info, produced by Makeinfo-1.63 -from the input file ../../doc/id-utils.texi. +This is Info file id-utils.info, produced by Makeinfo-1.63 from the +input file id-utils.texi. START-INFO-DIR-ENTRY * ID database: (id-utils). Identifier database utilities. @@ -34,7 +34,7 @@ File: id-utils.info, Node: Top, Next: Introduction, Up: (dir) ID utilities ************ - This manual documents version 3.1 of the ID utilities. + This manual documents version 3.2 of the ID utilities. * Menu: @@ -1147,30 +1147,30 @@ Index Tag Table: -Node: Top1298 -Node: Introduction2051 -Node: Quick start4580 -Node: Common options5505 -Node: Universal options6303 -Node: Reading options6628 -Node: Writing options7745 -Node: Walker options8241 -Node: File listing options9080 -Node: Extraction options10171 -Node: Language map12721 -Node: C/C++ scanner14927 -Node: Assembler scanner16542 -Node: Text scanner18638 -Node: Defining scanners19446 -Node: mkid invocation20668 -Node: lid invocation22949 -Node: lid aliases28334 -Node: Emacs gid interface29012 -Node: eid invocation29929 -Node: fid invocation32513 -Node: fnid invocation33200 -Node: xtokid invocation33875 -Node: Past and Future34814 -Node: Index37506 +Node: Top1278 +Node: Introduction2031 +Node: Quick start4560 +Node: Common options5485 +Node: Universal options6283 +Node: Reading options6608 +Node: Writing options7725 +Node: Walker options8221 +Node: File listing options9060 +Node: Extraction options10151 +Node: Language map12701 +Node: C/C++ scanner14907 +Node: Assembler scanner16522 +Node: Text scanner18618 +Node: Defining scanners19426 +Node: mkid invocation20648 +Node: lid invocation22929 +Node: lid aliases28314 +Node: Emacs gid interface28992 +Node: eid invocation29909 +Node: fid invocation32493 +Node: fnid invocation33180 +Node: xtokid invocation33855 +Node: Past and Future34794 +Node: Index37486 End Tag Table diff --git a/doc/version.texi b/doc/version.texi index 2ec9dd9..f127f31 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,3 +1,3 @@ @set UPDATED 4 July 1996 -@set EDITION 3.1 -@set VERSION 3.1 +@set EDITION 3.2 +@set VERSION 3.2 |