* Makefile.in (install-local): Temporarily prepend $(builddir) to

PATH when running help2man and then run it on the unadorned
executable names, rather than passing $(builddir)/* paths to
help2man.  This avoids the build directory ending up in generated
manual pages.
This commit is contained in:
Colin Watson 2010-06-30 13:36:58 +01:00
parent 1246efeb8b
commit ff4a70d291
2 changed files with 12 additions and 4 deletions

View file

@ -1,3 +1,11 @@
2010-06-30 Colin Watson <cjwatson@ubuntu.com>
* Makefile.in (install-local): Temporarily prepend $(builddir) to
PATH when running help2man and then run it on the unadorned
executable names, rather than passing $(builddir)/* paths to
help2man. This avoids the build directory ending up in generated
manual pages.
2010-06-29 Colin Watson <cjwatson@ubuntu.com>
* util/grub-mkconfig.in: Use 'set -e' rather than '#! /bin/sh -e',