From 6740784554738b2a0b13394ab22c072cd1574b28 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 14 May 2026 18:14:41 +0200 Subject: [PATCH 1/2] Fix local.ent not found when configure other than root --- doc/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 21838e26..3def0b97 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -23,7 +23,7 @@ REFFILES=yaz-client-man.xml yaz-ztest-man.xml yaz-config-man.xml \ SUPPORTFILES=entities.ent apilayer.obj -doc_DATA = $(HTMLFILES) apilayer.png +doc_DATA = $(HTMLFILES) apilayer.png man_MANS = $(MANFILES) EXTRA_DIST = $(XMLFILES) $(SUPPORTFILES) $(man_MANS) $(REFFILES) \ @@ -104,10 +104,10 @@ yazj.pdf: manref.xml: $(REFFILES) $(srcdir)/common/stripref.xsl local.ent rm -f manref.xml for i in $(REFFILES); do \ - xsltproc $(srcdir)/common/stripref.xsl $(srcdir)/$$i | sed 1d >>manref.xml; \ + $(XSLT_COMPILE) $(srcdir)/common/stripref.xsl $(srcdir)/$$i | sed 1d >>manref.xml; \ done -apilayer.png: +apilayer.png: tgif -print -xbm apilayer.obj xbmtopbm apilayer.png From 51d595879fe8872770e9d9b1b2a2b274eea43516 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 14 May 2026 18:22:23 +0200 Subject: [PATCH 2/2] Typo --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 3def0b97..4ea920ae 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -104,7 +104,7 @@ yazj.pdf: manref.xml: $(REFFILES) $(srcdir)/common/stripref.xsl local.ent rm -f manref.xml for i in $(REFFILES); do \ - $(XSLT_COMPILE) $(srcdir)/common/stripref.xsl $(srcdir)/$$i | sed 1d >>manref.xml; \ + $(XSLTPROC_COMPILE) $(srcdir)/common/stripref.xsl $(srcdir)/$$i | sed 1d >>manref.xml; \ done apilayer.png: