OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-442-g168badb

Gerrit Code Review gerrit@openafs.org
Tue, 9 Jul 2024 11:22:21 -0400


The following commit has been merged in the master branch:
commit 168badb03773510e3773876d59c810955411ae35
Author: Michael Meffie <mmeffie@sinenomine.net>
Date:   Tue Jun 11 16:26:47 2024 -0400

    build: Remove doc directory checks
    
    Originally, OpenAFS documentation was maintained in a separate tree, so
    the doc directory may not be present when doing a build. However, the
    docs have been maintained in-tree for many decades, and even though we
    still distribute the doc tree in a separate tar archive, package
    builders are accustomed to unpacking the docs archive in order to
    package the man pages.
    
    Clean up and simplify the top level makefile by removing the checks for
    the doc directory. Unconditionally generate the Makefiles from
    Makefile.in files in the doc tree.
    
    Starting with this change, unpacking the doc tarball will be required
    (no longer just optional) when building from source distribution
    tarballs.
    
    Change-Id: Idfadb33d365777a561dc64e7d336a49eb74b8b48
    Reviewed-on: https://gerrit.openafs.org/15772
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>

 Makefile.in  | 31 +++++++++++--------------------
 configure.ac | 37 ++++++++-----------------------------
 2 files changed, 19 insertions(+), 49 deletions(-)

-- 
OpenAFS Master Repository