From 5155aa0441df78ea2edc490c5e84a1f06089eaed Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 14 May 2026 18:18:46 +0200 Subject: [PATCH] Fix local.ent not found when configure other than root --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index b46a81b..8a37ef5 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -111,7 +111,7 @@ manref.xml: $(XMLMAN) $(srcdir)/common/stripref.xsl \ $(srcdir)/copyright.xml local.ent rm -f manref.xml for i in $(XMLMAN); do \ - xsltproc --xinclude $(srcdir)/common/stripref.xsl $(srcdir)/$$i | sed 1d >> manref.xml; \ + $(XSLTPROC_COMPILE) --xinclude $(srcdir)/common/stripref.xsl $(srcdir)/$$i | sed 1d >> manref.xml; \ done