changeset 4030:a48971ae1387

install man pages by default into $(PREFIX)/share/man not $(PREFIX)/man since the FHS puts them there
author Jonathan Smith <https://issues.rpath.com/>
date Mon, 15 Jan 2007 15:30:50 -0500
parents de081fbb27fe
children 15b2528239e4
files doc/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/Makefile	Fri Jan 12 14:27:59 2007 +0100
+++ b/doc/Makefile	Mon Jan 15 15:30:50 2007 -0500
@@ -2,7 +2,7 @@
 MAN=$(SOURCES:%.txt=%)
 HTML=$(SOURCES:%.txt=%.html)
 PREFIX=/usr/local
-MANDIR=$(PREFIX)/man
+MANDIR=$(PREFIX)/share/man
 INSTALL=install -c
 
 all: man html