mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
look for devhelp.xsl in $(srcdir)
This commit is contained in:
parent
2ddb440cbb
commit
ccae0a4074
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user