diff options
author | Eric Blake <eblake@redhat.com> | 2010-10-05 11:47:21 -0600 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2010-10-05 12:12:30 -0600 |
commit | 2f41f563d1b827bdc0ab87b6f2ef1cbd4e2decef (patch) | |
tree | 396a6d6b4267c707e90373bdefae7d68263b3f07 /doc | |
parent | b7459696dca96015688e82c81eaefad756b63ddc (diff) | |
download | coreutils-2f41f563d1b827bdc0ab87b6f2ef1cbd4e2decef.tar.xz |
build: complete the rename of get_date
* gnulib: Update to latest.
* src/date.c (includes, batch_convert, main): Track rename.
* src/touch.c (includes, get_reldate): Likewise.
* doc/coreutils.texi (Top, Date input formats): Likewise.
* bootstrap.conf (gnulib_modules): Likewise.
* doc/Makefile.am (EXTRA_DIST): Likewise.
* doc/.gitignore: Likewise.
* bootstrap: Synchronize from upstream.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/.gitignore | 1 | ||||
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/coreutils.texi | 4 |
3 files changed, 4 insertions, 3 deletions
diff --git a/doc/.gitignore b/doc/.gitignore index f224ac700..7eca8d157 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -19,5 +19,6 @@ fdl.texi gendocs_template get_date.texi getdate.texi +parse-datetime.texi stamp-vti version.texi diff --git a/doc/Makefile.am b/doc/Makefile.am index e58f17350..d627b630e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -17,7 +17,7 @@ info_TEXINFOS = coreutils.texi -EXTRA_DIST = perm.texi get_date.texi constants.texi fdl.texi +EXTRA_DIST = perm.texi parse-datetime.texi constants.texi fdl.texi # The following is necessary if the package name is 8 characters or longer. # If the info documentation would be split into 10 or more separate files, diff --git a/doc/coreutils.texi b/doc/coreutils.texi index f4b76309d..4d17ed18b 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -474,7 +474,7 @@ Date input formats * Pure numbers in date strings:: 19931219, 1440 * Seconds since the Epoch:: @@1078100502 * Specifying time zone rules:: TZ="America/New_York", TZ="UTC0" -* Authors of get_date:: Bellovin, Eggert, Salz, Berets, et al +* Authors of parse_datetime:: Bellovin, Eggert, Salz, Berets, et al Opening the software toolbox @@ -15678,7 +15678,7 @@ outputs 1.0000000000000000007 twice and skips 1.0000000000000000008. @chapter File permissions @include perm.texi -@include get_date.texi +@include parse-datetime.texi @c What's GNU? @c Arnold Robbins |