]> git.ipfire.org Git - thirdparty/libvirt.git/commit
avoid another "make distcheck" failure
authorJim Meyering <meyering@redhat.com>
Sat, 9 Jan 2010 08:56:20 +0000 (09:56 +0100)
committerJim Meyering <meyering@redhat.com>
Sat, 9 Jan 2010 08:56:20 +0000 (09:56 +0100)
commit0418fa2e7265d6cf938f2172a0aeb9f9d7a93022
tree323ae06921c9ae6aad9a98f0e6b6ace6ea482310
parenta4e9edbd77f428782293b9672098b6d3c80b2879
avoid another "make distcheck" failure

* docs/Makefile.am (uninstall-local): Separate $$f from preceding
dir name with a "/" and use $$(basename $$f) rather than $$f, since
some values of $$f are prefixed with devhelp/.
docs/Makefile.am