aboutsummaryrefslogtreecommitdiff
path: root/unix/make/Makefile.fmt
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2008-07-20 06:17:17 -0400
committerRuss Cox <rsc@swtch.com>2008-07-20 06:17:17 -0400
commitf5fcdeeedfd70da11a3990d3d91fe165f0bf8ef7 (patch)
tree6f1fc63a9a1b02533e553151c56eed9063433e15 /unix/make/Makefile.fmt
parent9f0d3523fc61e53d6348d628df6fd16a7543cec4 (diff)
downloadplan9port-f5fcdeeedfd70da11a3990d3d91fe165f0bf8ef7.tar.gz
plan9port-f5fcdeeedfd70da11a3990d3d91fe165f0bf8ef7.tar.bz2
plan9port-f5fcdeeedfd70da11a3990d3d91fe165f0bf8ef7.zip
unix: move man pages in unix ports
Diffstat (limited to 'unix/make/Makefile.fmt')
-rw-r--r--unix/make/Makefile.fmt7
1 files changed, 4 insertions, 3 deletions
diff --git a/unix/make/Makefile.fmt b/unix/make/Makefile.fmt
index 3a078401..2cf5f629 100644
--- a/unix/make/Makefile.fmt
+++ b/unix/make/Makefile.fmt
@@ -17,6 +17,7 @@ OFILES=\
fmtfdflush.$O\
fmtlocale.$O\
fmtlock.$O\
+ fmtnull.$O\
fmtprint.$O\
fmtquote.$O\
fmtrune.$O\
@@ -51,9 +52,9 @@ HFILES=\
all: $(LIB)
install: $(LIB)
- test -d $(PREFIX)/man/man3 || mkdir -p $(PREFIX)/man/man3
- install -m 0644 print.3 $(PREFIX)/man/man3/print.3
- install -m 0644 fmtinstall.3 $(PREFIX)/man/man3/fmtinstall.3
+ test -d $(PREFIX)/share/man/man3 || mkdir -p $(PREFIX)/share/man/man3
+ install -m 0644 print.3 $(PREFIX)/share/man/man3/print.3
+ install -m 0644 fmtinstall.3 $(PREFIX)/share/man/man3/fmtinstall.3
mkdir -p $(PREFIX)/include
install -m 0644 fmt.h $(PREFIX)/include/fmt.h
mkdir -p $(PREFIX)/lib