[build] Corrected bug in autogeneration of docs
commit3ca734e194e366bc0a523b878074d05d32a747a2
authorNicola Fontana <ntd@entidi.it>
Mon, 11 Jan 2010 10:29:19 +0000 (11 11:29 +0100)
committerNicola Fontana <ntd@entidi.it>
Mon, 11 Jan 2010 10:38:07 +0000 (11 11:38 +0100)
treedb1dbbfdaabd1e8587da1f3cee5f29eb81586459
parentaf6eab77d0beb755a9a19ad7cefd9285a8c547c1
[build] Corrected bug in autogeneration of docs

Subsequent rules do not inherit the same implementation. Instead, the
last rule is treated properly while the previous ones are handled with
empty implementation. Thus, this does not work as expected:

target1: prerequisite1
target2: prerequisite2
implementation for both targets
Makefile.am