]> xenbits.xensource.com Git - libvirt.git/commit
maint: mention when HACKING is rebuilt during make
authorEric Blake <eblake@redhat.com>
Thu, 6 Dec 2012 23:33:07 +0000 (16:33 -0700)
committerEric Blake <eblake@redhat.com>
Tue, 11 Dec 2012 20:35:33 +0000 (13:35 -0700)
commitcdf1a372c68bdf8c350e8086ece4e47ddcf63ddd
treef79ea961f1ba8798e4ad0ad5abc3e30f98367349
parent748f6dd0c303a37a2972f9718ff7580481b52366
maint: mention when HACKING is rebuilt during make

I noticed that on Fedora 18, xlstproc decides to regenerate
HACKING with additional whitespace.  I haven't figured out why
that is happening (although fixing it would probably be a task
for xlstproc), but in the process of investigating, I noticed
that 'make HACKING' was completely silent, for no good reason.

* Makefile.am (gen-ChangeLog, gen-AUTHORS, NEWS)
($(top_srcdir)/HACKING): Mention which files we are generating.
Makefile.am