OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-464-gad526ab

Gerrit Code Review gerrit@openafs.org
Mon, 12 Aug 2024 14:45:27 -0400


The following commit has been merged in the master branch:
commit ad526abaab50399ba7a3ff7705fcf53c76d475b9
Author: Michael Meffie <mmeffie@sinenomine.net>
Date:   Thu Jun 20 13:19:51 2024 -0400

    man-pages: Add a batch mode to merge-pod
    
    The merge-pod script is our simple custom preprocessor for man-page pod
    files. The merge-pod script expects one or more arguments to specify the
    input files and generates the output files in the same directory as the
    input files.  Unfortunately, this precludes us from using merge-pod to
    do out-of-tree builds (a.k.a. objdir builds) which generate man-pages,
    since the output files are written to the source directory.
    
    Change merge-pod so when no input files are specified, merge-pod will
    scan the man-page pod<n> directories for *.in files, and put the pod
    output files in pod<n> directories in the current working directory.
    
    With this change, merge-pod remains compatible with the old method,
    which is still in use by the NT makefile and the regen.sh script, but
    provides support for a future commit to invoke merge-pod from the
    man-pages Makefile.
    
    Change-Id: I36b5b851cd1a09d050cf21c65ab3ae160a5c15cb
    Reviewed-on: https://gerrit.openafs.org/15788
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>

 doc/man-pages/merge-pod | 71 ++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 55 insertions(+), 16 deletions(-)

-- 
OpenAFS Master Repository