OpenAFS Master Repository branch, openafs-stable-1_8_x, updated. openafs-stable-1_8_13_2-3-gd9acc8f
Gerrit Code Review
gerrit@openafs.org
Thu, 6 Feb 2025 13:01:30 -0500
The following commit has been merged in the openafs-stable-1_8_x branch:
commit d9acc8f7fa86f42ae223b951a8464c4f63a7d194
Author: Andrew Deason <adeason@sinenomine.net>
Date: Sat May 11 16:09:15 2024 -0500
doc: Fix doc/xml for objdir builds
Fix various issues so that building the documentation in doc/xml works
for objdir builds:
- set srcdir=@srcdir@ like all other Makefile's, so VPATH is set
correctly via Makefile.config
- Pass "--path '@abs_builddir@'" to all xml/xsl processors, so they
can find the generated version.xml (otherwise they only look in
srcdir)
- Pass --output when building PDFs, so the generated PDF doesn't go in
srcdir
- Specify $(srcdir) for $(BOOK).xml and generate-xml.pl
- Change generate-xml.pl to find pod2refentry in srcdir instead of '.'
Reviewed-on: https://gerrit.openafs.org/15856
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Tested-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
(cherry picked from commit d86c4d632edd25bf1f6e4c1dc44c10eff309bf4a)
Change-Id: Ic628aa4d32b5d978a16d9fdc9125908b9f96b12f
Reviewed-on: https://gerrit.openafs.org/16027
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
doc/xml/AdminGuide/Makefile.in | 20 ++++++++++++++------
doc/xml/AdminRef/Makefile.in | 17 ++++++++++++-----
doc/xml/AdminRef/generate-xml.pl | 7 ++++---
doc/xml/QuickStartUnix/Makefile.in | 21 +++++++++++++++------
doc/xml/UserGuide/Makefile.in | 21 +++++++++++++++------
5 files changed, 60 insertions(+), 26 deletions(-)
--
OpenAFS Master Repository