OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-518-gd86c4d6
Gerrit Code Review
gerrit@openafs.org
Fri, 27 Sep 2024 15:17:18 -0400
The following commit has been merged in the master branch:
commit d86c4d632edd25bf1f6e4c1dc44c10eff309bf4a
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 '.'
Change-Id: Id09595dba6e70e3d367a26e279446844750d1fd4
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>
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