On Tuesday 08 May 2007 13:49:31 you wrote: > Hi, > > According to FHS standard default man page path is $prefix/share/man [0] , > attached patch fixes this for GIT. > > [0] http://www.pathname.com/fhs/pub/fhs-2.3.html#USRSHAREMANMANUALPAGES > > Signed-off-by: Ismail Donmez <ismail@xxxxxxxxxxxxx> ACK? NAK? Do we care about this? :) Patch attached again for convenience. Regards, ismail -- Perfect is the enemy of good
--- Documentation/Makefile 2007-02-26 21:20:28.000000000 +0200 +++ Documentation/Makefile 2007-02-28 01:18:07.672166995 +0200 @@ -26,7 +26,7 @@ prefix?=$(HOME) bindir?=$(prefix)/bin -mandir?=$(prefix)/man +mandir?=$(prefix)/share/man man1dir=$(mandir)/man1 man7dir=$(mandir)/man7 # DESTDIR=