[libvirt] docs/examples/*.res

What are these files supposed to be? Dan V's 2105:ed8c8b0ec3c5 changeset backed out my change: 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... regards john

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/

On Sat, Jan 24, 2009 at 04:04:28AM +0100, Daniel Veillard wrote:
- libxml2 uses the same doc/example stuff - the Makefile.am is generated, it's actually indicated at the top
Ah, thanks! A file which generates a file which generates a file which generates a file, which is used to generate a build. Cool :) regards john

On Sat, Jan 24, 2009 at 03:46:38AM +0000, John Levon wrote:
On Sat, Jan 24, 2009 at 04:04:28AM +0100, Daniel Veillard wrote:
- libxml2 uses the same doc/example stuff - the Makefile.am is generated, it's actually indicated at the top
Ah, thanks! A file which generates a file which generates a file which generates a file, which is used to generate a build. Cool :)
I just wrote the fourth layer, please don't hold me responsible for all the stuff below :-) 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/
participants (2)
-
Daniel Veillard
-
John Levon