OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-194-g7ed64c7
Gerrit Code Review
gerrit@openafs.org
Tue, 18 Mar 2025 19:56:58 -0400
The following commit has been merged in the master branch:
commit 7fbe9c3ad0871f926ebb820c5f5e1a654fa580f5
Author: Michael Meffie <mmeffie@sinenomine.net>
Date: Fri Jun 21 09:38:37 2024 -0400
doc: Introduce Makefile.vars.in
Move the variables which are lists of man pages to a new file called
Makefile.vars.in and include this file at the top of the man pages
Makefile.
This should help keep the src/man-page/Makefile.in to be reasonably
sized as we add more makefile variables.
Change-Id: I602c7c254dd19b53269127cc58dca2725506592e
Reviewed-on: https://gerrit.openafs.org/16321
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Makefile.in | 1 +
configure.ac | 1 +
doc/man-pages/.gitignore | 13 ++++++-----
doc/man-pages/Makefile.in | 33 +--------------------------
doc/man-pages/Makefile.vars.in | 52 ++++++++++++++++++++++++++++++++++++++++++
5 files changed, 62 insertions(+), 38 deletions(-)
--
OpenAFS Master Repository