
On Wed, Jul 17, 2019 at 16:37:06 +0200, Ján Tomko wrote:
Set a default namespace in the stylesheet instead.
Signed-off-by: Ján Tomko <jtomko@redhat.com> --- docs/Makefile.am | 8 +------- docs/news-html.xsl | 4 +++- 2 files changed, 4 insertions(+), 8 deletions(-)
news.html.in-tmp \ || { rm -f news.html.in-tmp; exit 1; }; name=`echo news.html.tmp | sed -e 's/.tmp//'`; \
Fails in vpath build: /usr/bin/xsltproc --nonet \ /home/pipo/libvirt/docs/news-html.xsl \ /home/pipo/libvirt/docs/news.xml \ dir=`dirname news.html.tmp` ; \ if test "$dir" = "."; \ then \ style=site.xsl; \ else \ /usr/bin/mkdir -p $dir; \ style=subsite.xsl; \ fi; \ /usr/bin/xsltproc --stringparam pagename $name \ --stringparam timestamp "Wed Jul 17 15:00:08 UTC 2019" --nonet \ /home/pipo/libvirt/docs/$style news.html.in > news.html.tmp \ || { rm news.html.tmp && exit 1; } warning: failed to load external entity "news.html.in"