[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [libvirt] docs/examples/*.res
- From: Daniel Veillard <veillard redhat com>
- To: John Levon <john levon sun com>
- Cc: libvir-list redhat com
- Subject: Re: [libvirt] docs/examples/*.res
- Date: Sat, 24 Jan 2009 04:04:28 +0100
On Sat, Jan 24, 2009 at 01:49:07AM +0000, John Levon wrote:
>
> What are these files supposed to be? Dan V's 2105:ed8c8b0ec3c5 changeset
> backed out my change:
Huh ? If I removed something that's definitely not on-purpose.
But I never use GIT, just CVS, so no idea what the changeset might be
associated with.
> install-data-local:
> $(mkinstalldirs) $(DESTDIR)$(HTML_DIR)
> - INSTALL@ -m 0644 $(srcdir)/*.html $(srcdir)/*.c
> $(srcdir)/*.xml \
> - $(srcdir)/*.xsl $(DESTDIR)$(HTML_DIR)
> + $(srcdir)/*.xsl $(srcdir)/*.res $(DESTDIR)$(HTML_DIR)
>
> They don't exist in the repository, so $(srcdir) can't be right, but nor
> can I see any rules to generate them in the objdir...
Okay, I think I know where this comes from:
- libxml2 uses the same doc/example stuff
- the Makefile.am is generated, it's actually indicated at the top
- index.py which generates the Makefile.am has the *.res rule
inherited from libxml2.
So you need to fix the index.py regenerate the Makefile.am and recommit.
Daniel
--
Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/
daniel veillard com | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library http://libvirt.org/
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]