forked from autotools-mirror/autoconf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Makefile.am (maintainer-check-tests): Delete. (autom4te-update): Move... * cfg.mk (autom4te-update): ...here. (fetch): Depend on autom4te-update. Split... (gnulib-update): ...into new rule. Import move-if-change from gnulib. * maint.mk (maintainer-distcheck): Absorb former maintainer-check rule. * build-aux/move-if-change: New file, undistributed. * .gitattributes: Handle new upstream file. * .gitignore: Ignore maintainer cruft. * HACKING: Update maintainer instructions. * build-aux/config.guess: Update from upstream. * build-aux/config.sub: Likewise. * build-aux/gendocs.sh: Likewise. * build-aux/texinfo.tex: Likewise. * doc/gendocs_template: Likewise. * doc/standards.texi: Likewise. Signed-off-by: Eric Blake <[email protected]>
- Loading branch information
Showing
14 changed files
with
169 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
.#* | ||
.version | ||
CVS | ||
Fetchdir | ||
INSTALL | ||
Makefile | ||
Makefile.in | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,25 @@ | ||
2009-04-21 Eric Blake <[email protected]> | ||
|
||
Shuffle maintainer-specific rules. | ||
* Makefile.am (maintainer-check-tests): Delete. | ||
(autom4te-update): Move... | ||
* cfg.mk (autom4te-update): ...here. | ||
(fetch): Depend on autom4te-update. Split... | ||
(gnulib-update): ...into new rule. Import move-if-change from | ||
gnulib. | ||
* maint.mk (maintainer-distcheck): Absorb former maintainer-check | ||
rule. | ||
* build-aux/move-if-change: New file, undistributed. | ||
* .gitattributes: Handle new upstream file. | ||
* .gitignore: Ignore maintainer cruft. | ||
* HACKING: Update maintainer instructions. | ||
* build-aux/config.guess: Update from upstream. | ||
* build-aux/config.sub: Likewise. | ||
* build-aux/gendocs.sh: Likewise. | ||
* build-aux/texinfo.tex: Likewise. | ||
* doc/gendocs_template: Likewise. | ||
* doc/standards.texi: Likewise. | ||
|
||
2009-04-19 Ralf Wildenhues <[email protected]> | ||
|
||
Sync autom4te perl modules from Automake. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# gendocs.sh -- generate a GNU manual in many formats. This script is | ||
# mentioned in maintain.texi. See the help message below for usage details. | ||
|
||
scriptversion=2009-01-02.08 | ||
scriptversion=2009-04-08.09 | ||
|
||
# Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 | ||
# Free Software Foundation, Inc. | ||
|
@@ -19,7 +19,7 @@ scriptversion=2009-01-02.08 | |
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
# | ||
# | ||
# Original author: Mohit Agarwal. | ||
# Send bug reports and any other correspondence to [email protected]. | ||
|
||
|
@@ -98,7 +98,7 @@ You can set the environment variables MAKEINFO, TEXI2DVI, and DVIPS to | |
control the programs that get executed, and GENDOCS_TEMPLATE_DIR to | ||
control where the gendocs_template file is looked for. (With --docbook, | ||
the environment variables DOCBOOK2HTML, DOCBOOK2PDF, DOCBOOK2PS, and | ||
DOCBOOK2TXT are also respected.) | ||
DOCBOOK2TXT are also respected.) | ||
By default, makeinfo is run in the default (English) locale, since | ||
that's the language of most Texinfo manuals. If you happen to have a | ||
|
@@ -247,7 +247,7 @@ if test -z "$use_texi2html"; then | |
cd ${split_html_dir} || exit 1 | ||
tar -czf $dotdot_outdir/${PACKAGE}.html_node.tar.gz -- *.html | ||
) | ||
html_node_tgz_size=`calcsize $outdir/${PACKAGE}.html_node.tar.gz` | ||
html_node_tgz_size=`calcsize $outdir/${PACKAGE}.html_node.tar.gz` | ||
rm -f $outdir/html_node/*.html | ||
mkdir -p $outdir/html_node/ | ||
mv ${split_html_dir}/*.html $outdir/html_node/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
#!/bin/sh | ||
# Like mv $1 $2, but if the files are the same, just delete $1. | ||
# Status is zero if successful, nonzero otherwise. | ||
|
||
VERSION='2007-09-28 23:10'; # UTC | ||
# The definition above must lie within the first 8 lines in order | ||
# for the Emacs time-stamp write hook (at end) to update it. | ||
# If you change this file with Emacs, please let the write hook | ||
# do its job. Otherwise, update this string manually. | ||
|
||
# Copyright (C) 2002-2007 Free Software Foundation, Inc. | ||
|
||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
# the Free Software Foundation, either version 3 of the License, or | ||
# (at your option) any later version. | ||
|
||
# This program is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
|
||
# You should have received a copy of the GNU General Public License | ||
# along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
usage="usage: $0 SOURCE DEST" | ||
|
||
help="$usage | ||
or: $0 OPTION | ||
If SOURCE is different than DEST, then move it to DEST; else remove SOURCE. | ||
--help display this help and exit | ||
--version output version information and exit | ||
Report bugs to <[email protected]>." | ||
|
||
version=`expr "$VERSION" : '\([^ ]*\)'` | ||
version="move-if-change (gnulib) $version | ||
Copyright (C) 2007 Free Software Foundation, Inc. | ||
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | ||
This is free software: you are free to change and redistribute it. | ||
There is NO WARRANTY, to the extent permitted by law." | ||
|
||
|
||
for arg | ||
do | ||
case $arg in | ||
--help | --hel | --he | --h) | ||
exec echo "$help" ;; | ||
--version | --versio | --versi | --vers | --ver | --ve | --v) | ||
exec echo "$version" ;; | ||
--) | ||
shift | ||
break ;; | ||
-*) | ||
echo "$0: invalid option: $arg" >&2 | ||
exit 1 ;; | ||
*) | ||
break ;; | ||
esac | ||
done | ||
|
||
test $# = 2 || { echo "$0: $usage" >&2; exit 1; } | ||
|
||
if test -r "$2" && cmp -s -- "$1" "$2"; then | ||
rm -f -- "$1" | ||
else | ||
mv -f -- "$1" "$2" | ||
fi | ||
|
||
## Local Variables: | ||
## eval: (add-hook 'write-file-hooks 'time-stamp) | ||
## time-stamp-start: "VERSION='" | ||
## time-stamp-format: "%:y-%02m-%02d %02H:%02M" | ||
## time-stamp-time-zone: "UTC" | ||
## time-stamp-end: "'; # UTC" | ||
## End: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
<p>This manual (%%PACKAGE%%) is available in the following formats:</p> | ||
|
||
<ul> | ||
<li><a href="%%PACKAGE%%.html">HTML | ||
<li><a href="%%PACKAGE%%.html">HTML | ||
(%%HTML_MONO_SIZE%%K bytes)</a> - entirely on one web page.</li> | ||
<li><a href="html_node/index.html">HTML</a> - with one web page per | ||
node.</li> | ||
|
@@ -28,7 +28,7 @@ | |
chapter.</li> | ||
%%ENDIF HTML_CHAPTER%% | ||
<li><a href="%%PACKAGE%%.html.gz">HTML compressed | ||
(%%HTML_MONO_GZ_SIZE%%K gzipped characters)</a> - entirely on | ||
(%%HTML_MONO_GZ_SIZE%%K gzipped characters)</a> - entirely on | ||
one web page.</li> | ||
<li><a href="%%PACKAGE%%.html_node.tar.gz">HTML compressed | ||
(%%HTML_NODE_TGZ_SIZE%%K gzipped tar file)</a> - | ||
|
@@ -69,17 +69,17 @@ script</a>.)</p> | |
<!-- If needed, change the copyright block at the bottom. In general, --> | ||
<!-- all pages on the GNU web server should have the section about --> | ||
<!-- verbatim copying. Please do NOT remove this without talking --> | ||
<!-- with the webmasters first. --> | ||
<!-- with the webmasters first. --> | ||
<!-- Please make sure the copyright date is consistent with the document --> | ||
<!-- and that it is like this "2001, 2002" not this "2001-2002." --> | ||
</div><!-- for id="content", starts in the include above --> | ||
<!--#include virtual="/server/footer.html" --> | ||
<div id="footer"> | ||
|
||
<p> | ||
Please send FSF & GNU inquiries to | ||
Please send FSF & GNU inquiries to | ||
<a href="mailto:[email protected]"><em>[email protected]</em></a>. | ||
There are also <a href="/contact/">other ways to contact</a> | ||
There are also <a href="/contact/">other ways to contact</a> | ||
the FSF. | ||
<br /> | ||
Please send broken links and other corrections or suggestions to | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.