install man pages by default into $(PREFIX)/share/man not $(PREFIX)/man since the FHS puts them there
authorJonathan Smith <https://issues.rpath.com/>
Mon, 15 Jan 2007 15:30:50 -0500
changeset 4030 a48971ae1387
parent 4024 de081fbb27fe
child 4031 15b2528239e4
install man pages by default into $(PREFIX)/share/man not $(PREFIX)/man since the FHS puts them there
doc/Makefile
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -2,7 +2,7 @@ SOURCES=$(wildcard *.[0-9].txt)
 MAN=$(SOURCES:%.txt=%)
 HTML=$(SOURCES:%.txt=%.html)
 PREFIX=/usr/local
-MANDIR=$(PREFIX)/man
+MANDIR=$(PREFIX)/share/man
 INSTALL=install -c
 
 all: man html