mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
Match upstream standards.texi.
* doc/standards.texi: Resync from upstream. * doc/fdl-1.3.texi: Rename... * doc/fdl.texi: ...to this. * doc/Makefile.am (autoconf_TEXINFOS, standards_TEXINFOS): Update users. * doc/autoconf.texi (GNU Free Documentation License): Likewise. * cfg.mk (fetch): Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
This commit is contained in:
parent
463b59e84f
commit
5bf2204ddb
@ -1,5 +1,14 @@
|
||||
2008-11-10 Eric Blake <ebb9@byu.net>
|
||||
|
||||
Match upstream standards.texi.
|
||||
* doc/standards.texi: Resync from upstream.
|
||||
* doc/fdl-1.3.texi: Rename...
|
||||
* doc/fdl.texi: ...to this.
|
||||
* doc/Makefile.am (autoconf_TEXINFOS, standards_TEXINFOS): Update
|
||||
users.
|
||||
* doc/autoconf.texi (GNU Free Documentation License): Likewise.
|
||||
* cfg.mk (fetch): Likewise.
|
||||
|
||||
Yet more FDL 1.3 fallout.
|
||||
* NEWS: Mention manual license change.
|
||||
|
||||
|
2
cfg.mk
2
cfg.mk
@ -56,7 +56,7 @@ fetch:
|
||||
cp $(gnulib_dir)/build-aux/missing $(srcdir)/build-aux
|
||||
cp $(gnulib_dir)/build-aux/vc-list-files $(srcdir)/build-aux
|
||||
cp $(gnulib_dir)/build-aux/texinfo.tex $(srcdir)/build-aux
|
||||
cp $(gnulib_dir)/doc/fdl-1.3.texi $(srcdir)/doc
|
||||
cp $(gnulib_dir)/doc/fdl.texi $(srcdir)/doc
|
||||
cp $(gnulib_dir)/doc/gnu-oids.texi $(srcdir)/doc
|
||||
cp $(gnulib_dir)/doc/make-stds.texi $(srcdir)/doc
|
||||
cp $(gnulib_dir)/doc/standards.texi $(srcdir)/doc
|
||||
|
@ -21,8 +21,8 @@ TEXI2HTML_FLAGS = -split_chapter
|
||||
TEXINFO_TEX = ../build-aux/texinfo.tex
|
||||
|
||||
info_TEXINFOS = autoconf.texi standards.texi
|
||||
autoconf_TEXINFOS = fdl-1.3.texi install.texi
|
||||
standards_TEXINFOS = fdl-1.3.texi gnu-oids.texi make-stds.texi
|
||||
autoconf_TEXINFOS = fdl.texi install.texi
|
||||
standards_TEXINFOS = fdl.texi gnu-oids.texi make-stds.texi
|
||||
|
||||
# Files from texi2dvi that should be removed, but which Automake does
|
||||
# not know.
|
||||
|
@ -22559,7 +22559,7 @@ have free time again. I think. Yeah, right.)
|
||||
@node GNU Free Documentation License
|
||||
@appendix GNU Free Documentation License
|
||||
|
||||
@include fdl-1.3.texi
|
||||
@include fdl.texi
|
||||
|
||||
@node Indices
|
||||
@appendix Indices
|
||||
|
@ -3,7 +3,7 @@
|
||||
@setfilename standards.info
|
||||
@settitle GNU Coding Standards
|
||||
@c This date is automagically updated when you save this file:
|
||||
@set lastupdate November 10, 2008
|
||||
@set lastupdate November 6, 2008
|
||||
@c %**end of header
|
||||
|
||||
@dircategory GNU organization
|
||||
@ -4196,7 +4196,7 @@ is not an objection against it.
|
||||
@appendix GNU Free Documentation License
|
||||
|
||||
@cindex FDL, GNU Free Documentation License
|
||||
@include fdl-1.3.texi
|
||||
@include fdl.texi
|
||||
|
||||
@node Index
|
||||
@unnumbered Index
|
||||
|
Loading…
Reference in New Issue
Block a user