[PATCH 2/5] maint: update copyright year number ranges

2020-01-01 Thread Bernhard Voelker
Run 'make update-copyright'. * lib/regexprops.c (copying): Update the year number manually. * tests/sample-test: Likewise, here to avoid starting a year number range. * All other files: Update copyright years via the above make run. --- Makefile.am| 2 +- NEWS

[PATCH 5/5] maint: avoid error from sc_prohibit_gnu_make_extensions

2020-01-01 Thread Bernhard Voelker
Since last gnulib update, the above syntax-check rule fails: Error: doc/Makefile: $< in a non implicit rule find_mono.html: find.texi ... make: *** [maint.mk:439: sc_prohibit_gnu_make_extensions] Error 1 * doc/Makefile.am (find_mono.html): Avoid $< in plain rules. (findutils.texi_html_nod

[PATCH 0/5] maint: happy new year and other minor changes

2020-01-01 Thread Bernhard Voelker
Happy New Year. Here are a couple of maintenance commits: [PATCH 1/5] maint: add entries to 'doc/.gitignore' * doc/.gitignore (/find.html/, /find-maint.html/): Add entries for HTML output directories. (/find.pdf, /find-maint.pdf): A

[PATCH 3/5] maint: update gnulib to latest

2020-01-01 Thread Bernhard Voelker
Run 'make update-gnulib-to-latest', mainly to update the copyright year numbers with: > maint: update copyright notices * bootstrap: Sync from gnulib/build-aux/bootstrap. * gnulib: Update to latest. * tests/init.sh: Sync from 'gnulib/tests/init.sh'. --- bootstrap | 4 ++-- gnulib|

[PATCH 4/5] maint: adjust to split out xstrtol-error gnulib module

2020-01-01 Thread Bernhard Voelker
* bootstrap.conf (gnulib_modules): Add the new module split from xstrtol. * locate/locate.c: Include "xstrtol-error.h" for xstrtol_fatal. --- bootstrap.conf | 1 + locate/locate.c | 1 + 2 files changed, 2 insertions(+) diff --git a/bootstrap.conf b/bootstrap.conf index 4a816222..e6452956 100644

[PATCH 1/5] maint: add entries to 'doc/.gitignore'

2020-01-01 Thread Bernhard Voelker
* doc/.gitignore (/find.html/, /find-maint.html/): Add entries for HTML output directories. (/find.pdf, /find-maint.pdf): Add entries for PDF files. (/find-maint.dvi, /find-maint.ps): Add entries for other formats. --- doc/.gitignore | 6 ++ 1 file changed, 6 insertions(+) diff --git a/doc/.g