From ccae0a4074900d05d1c954fac78c560830a9f416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Fri, 12 Dec 2008 09:47:14 +0000 Subject: [PATCH] look for devhelp.xsl in $(srcdir) --- ChangeLog | 4 ++++ docs/devhelp/Makefile.am | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5653ee858f..8d3da1caca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Dec 12 10:45:17 CET 2008 Guido Günther + + * docs/devhelp/Makefile.am: look for devhelp.xsl in $(srcdir) + Fri Dec 12 10:28:41 CET 2008 Guido Günther Fix serial/parallel virtual devices over tcp, unix and telnet diff --git a/docs/devhelp/Makefile.am b/docs/devhelp/Makefile.am index ab8e3046e4..53c87fae41 100644 --- a/docs/devhelp/Makefile.am +++ b/docs/devhelp/Makefile.am @@ -14,10 +14,10 @@ EXTRA_DIST=devhelp.xsl html.xsl libvirt.devhelp $(HTML_FILES) $(EXTRA_FORMAT) all: libvirt.devhelp $(HTML_FILES) -libvirt.devhelp $(HTML_FILES): devhelp.xsl html.xsl $(top_srcdir)/docs/libvirt-api.xml +libvirt.devhelp $(HTML_FILES): $(srcdir)/devhelp.xsl html.xsl $(top_srcdir)/docs/libvirt-api.xml -@(echo Rebuilding devhelp files) -@(if [ -x $(XSLTPROC) ] ; then \ - $(XSLTPROC) --nonet -o $(srcdir)/libvirt.devhelp devhelp.xsl $(top_srcdir)/docs/libvirt-api.xml ; fi ); + $(XSLTPROC) --nonet -o $(srcdir)/libvirt.devhelp $(srcdir)/devhelp.xsl $(top_srcdir)/docs/libvirt-api.xml ; fi ); install-data-local: $(mkinstalldirs) $(DESTDIR)$(DEVHELP_DIR)