]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
look for devhelp.xsl in $(srcdir)
authorGuido Günther <agx@sigxcpu.org>
Fri, 12 Dec 2008 09:47:14 +0000 (09:47 +0000)
committerGuido Günther <agx@sigxcpu.org>
Fri, 12 Dec 2008 09:47:14 +0000 (09:47 +0000)
ChangeLog
docs/devhelp/Makefile.am

index 5653ee858f27da8a465513c6e52c45823962d974..8d3da1cacab947fa72ffeedda2a70653cc346e12 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Dec 12 10:45:17 CET 2008 Guido Günther <agx@sigxcpu.org>
+
+       * docs/devhelp/Makefile.am: look for devhelp.xsl in $(srcdir)
+
 Fri Dec 12 10:28:41 CET 2008 Guido Günther <agx@sigxcpu.org>
 
        Fix serial/parallel virtual devices over tcp, unix and telnet
index ab8e3046e45a1ba92a0676d809e4d7b3df758f11..53c87fae4162754294a5f4cdbffc4b9cd667e118 100644 (file)
@@ -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)