On 10/27/2010 12:43 AM, Daniel Veillard wrote:
<snip>
> ACK once you rewrite this as:
>
> for f in $(css) $(dot_html) $(gif) $(png); do \
> $(INSTALL) -m 0644 $(srcdir)/$$f $(DESTDIR)$(HTML_DIR); done
ACK too, but I smell something missing as I don't see any reference
to those specific css files in the libvirt.spec.in file (only gtk-doc
ones seems copied and apparently that's not the same
Good thinking, I'd best check that. :)