summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2004-10-31 21:27:24 +0000
committerPaul Mackerras <paulus@samba.org>2004-10-31 21:27:24 +0000
commit8dab7e1cb378a55b57a7bca6bc66a7ecc091d41f (patch)
treef5da47435fb88807059ed8653a460cbbfb3a40d3 /chat
parent8dce1eb941455551c1918e201a0e8285b44496e7 (diff)
downloadppp-8dab7e1cb378a55b57a7bca6bc66a7ecc091d41f.tar.gz
Put man pages in /usr/share/man under Linux.
Diffstat (limited to 'chat')
-rw-r--r--chat/Makefile.linux6
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/Makefile.linux b/chat/Makefile.linux
index c74e197..31a5676 100644
--- a/chat/Makefile.linux
+++ b/chat/Makefile.linux
@@ -1,8 +1,8 @@
-# $Id: Makefile.linux,v 1.11 2004/10/29 00:12:27 paulus Exp $
+# $Id: Makefile.linux,v 1.12 2004/10/31 21:27:24 paulus Exp $
DESTDIR = @DESTDIR@
BINDIR = $(DESTDIR)/sbin
-MANDIR = $(DESTDIR)/man
+MANDIR = $(DESTDIR)/share/man/man8
CDEF1= -DTERMIOS # Use the termios structure
CDEF2= -DSIGTYPE=void # Standard definition
@@ -26,7 +26,7 @@ chat.o: chat.c
install: chat
mkdir -p $(BINDIR)
$(INSTALL) -s -c chat $(BINDIR)
- $(INSTALL) -c -m 644 chat.8 $(MANDIR)/man8
+ $(INSTALL) -c -m 644 chat.8 $(MANDIR)
clean:
rm -f chat.o chat *~