From 54a155a37ea2736671bbbf5bf45446425314a77a Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Fri, 2 Aug 2013 08:28:50 +0200 Subject: maint: update help2man to 1.43.3 Instead of diverging further from the upstream GNU help2man project (http://www.gnu.org/software/help2man/), hold a copy of the original script and keep track of our changes in a separate patch file. The man pages created with the new version show the following, non-invasive differences: a) command options in the EXAMPLE sections are no longer in bold format, b) file names are underlined now consistently. * man/help2man: Rename to ... * man/help2man.in: ... this file, and update content from the upstream GNU help2man project. * man/help2man.diff: Add patch file for help2man to remove the sentence "For complete documentation ..." (see commit 5d4f09d8), and to emit "info coreutils 'PROG invocation'" into the man pages (77abf69a). * man/local.mk (mandeps): Add help2man to the dependencies of the man pages. (man/help2man): Add rule to generate this script from the upstream help2man.in file and the help2man.diff patch. * .gitignore: Add man/help2man as it is no longer version controlled. * cfg.mk (sc_long_lines): Exempt help2man.in from this check. (sc_po_check): Likewise. (sc_space_tab): Likewise. (sc_trailing_blank): Exempt man/help2man.diff from this check. (sc_prohibit_tab_based_indentation): Instead of help2man, now exempt both help2man.in and help2man.diff from this test. * .x-update-copyright: Add new file and add the above new help2man files as well as the COPYING file. --- .x-update-copyright | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .x-update-copyright (limited to '.x-update-copyright') diff --git a/.x-update-copyright b/.x-update-copyright new file mode 100644 index 000000000..47cb0f4e5 --- /dev/null +++ b/.x-update-copyright @@ -0,0 +1,3 @@ +COPYING +man/help2man\.diff +man/help2man\.in -- cgit v1.2.3-54-g00ecf