The following commit has been merged in the master branch:
commit d86c4d632edd25bf1f6e4c1dc44c10eff309bf4a
Author: Andrew Deason <[email protected]>
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 <[email protected]>
    Reviewed-by: Michael Meffie <[email protected]>
    Tested-by: Michael Meffie <[email protected]>
    Reviewed-by: Cheyenne Wills <[email protected]>

 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
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to