patch for moreutils Makefile
commit6824744a68f35eb4615b877267922d50a40a1122
authorGreg KH <greg@kroah.com>
Sat, 10 May 2008 05:49:30 +0000 (9 22:49 -0700)
committerJoey Hess <joey@kodama.kitenet.net>
Sat, 10 May 2008 16:37:28 +0000 (10 12:37 -0400)
treec179b2c5db3ccd4571cb08d0814984b215c7e151
parent83e8da32e5d3154f1c97e6eb62c30450ff95b5af
patch for moreutils Makefile

Hi,

I just packaged up moreutils for Gentoo and added it to their system,
I'll go add it to the SuSE repo system next week as well, thanks a lot
for the utils.

Here's a small patch to the makefile to make it easier for distros to
change the docbook2x-man binary as it is named other things (Gentoo for
example has it as docbook2man.pl).  This way it can be changed on the
build line, and the Makefile doesn't have to be patched.

Thanks for already fixing the DESTDIR thing, that also will make things
easier.

And also, you mention dropping you an email if you want to be notified
when new versions come out, I'd appreciate it if you could add me to
that list if you have one.

thanks again,

greg k-h

--------------------
Subject: Make docbook2x-man able to be overridden in Makefile

This makes it easier for distros that do not have the docbook2x-man
binary with that name, override it on the command line instead of having
to patch the Makefile.
Makefile