]> git.ozlabs.org Git - ppp.git/commitdiff
Put man pages in /usr/share/man under Linux.
authorPaul Mackerras <paulus@samba.org>
Sun, 31 Oct 2004 21:27:24 +0000 (21:27 +0000)
committerPaul Mackerras <paulus@samba.org>
Sun, 31 Oct 2004 21:27:24 +0000 (21:27 +0000)
chat/Makefile.linux
linux/Makefile.top
pppd/Makefile.linux
pppd/plugins/Makefile.linux
pppd/plugins/radius/Makefile.linux
pppdump/Makefile.linux
pppstats/Makefile.linux

index c74e197b2d3b47be069f0b86b3387e9df421d818..31a567628f91cbe2bd5d9dd628f7c84c63fe2a51 100644 (file)
@@ -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 *~
index 62f5ba2ef29843cca05fc0074a3105a023862e3c..fba9bcdad62ff2974b7315a2486cd04cc0dc381f 100644 (file)
@@ -3,7 +3,7 @@
 DESTDIR = @DESTDIR@
 BINDIR = $(DESTDIR)/sbin
 INCDIR = $(DESTDIR)/include
-MANDIR = $(DESTDIR)/man
+MANDIR = $(DESTDIR)/share/man
 ETCDIR = @SYSCONF@/ppp
 
 # uid 0 = root
index 2cdfe9e5cc2af7e3ba103793c6027aa5120bf521..a5df637c69937a28e7d7550d6ed68c1c84090a4f 100644 (file)
@@ -1,12 +1,12 @@
 #
 # pppd makefile for Linux
-# $Id: Makefile.linux,v 1.62 2004/10/29 00:12:27 paulus Exp $
+# $Id: Makefile.linux,v 1.63 2004/10/31 21:27:24 paulus Exp $
 #
 
 # Default installation locations
 DESTDIR = @DESTDIR@
 BINDIR = $(DESTDIR)/sbin
-MANDIR = $(DESTDIR)/man/man8
+MANDIR = $(DESTDIR)/share/man/man8
 INCDIR = $(DESTDIR)/include
 
 TARGETS = pppd
index c2c9146c1a5b115e771eeff7e33c98be4b1a483a..2352765fd927fd2a4377e0243f6dcad2f9f77994 100644 (file)
@@ -6,7 +6,7 @@ INSTALL = install -o root
 
 DESTDIR = @DESTDIR@
 BINDIR = $(DESTDIR)/sbin
-MANDIR = $(DESTDIR)/man
+MANDIR = $(DESTDIR)/share/man/man8
 LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)
 
 SUBDIRS := rp-pppoe
index 96d5c78265a2da950af7b662e204205fdf5c7d43..50d47990b3814e049107ec7ef3eb12a312255055 100644 (file)
@@ -4,7 +4,7 @@
 #
 
 DESTDIR = @DESTDIR@
-MANDIR = $(DESTDIR)/man/man8
+MANDIR = $(DESTDIR)/share/man/man8
 LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)
 
 INSTALL        = install -o root
index e2e959a7b4d6ef22156f25c5cabf58df9109d208..197e897931cf84083b206703a9093c42e409bcea 100644 (file)
@@ -1,6 +1,6 @@
 DESTDIR = @DESTDIR@
 BINDIR = $(DESTDIR)/sbin
-MANDIR = $(DESTDIR)/man/man8
+MANDIR = $(DESTDIR)/share/man/man8
 
 CFLAGS= -O -I../include/net
 OBJS = pppdump.o bsd-comp.o deflate.o zlib.o
index 9b0a7e861be37c6538dfb24b7571c7edea73f1ae..c97cf329bbef433c9bf8a16e75aa4888fe11d32d 100644 (file)
@@ -1,10 +1,10 @@
 #
 # pppstats makefile
-# $Id: Makefile.linux,v 1.6 2004/10/29 00:12:27 paulus Exp $
+# $Id: Makefile.linux,v 1.7 2004/10/31 21:27:24 paulus Exp $
 #
 DESTDIR = @DESTDIR@
 BINDIR = $(DESTDIR)/sbin
-MANDIR = $(DESTDIR)/man/man8
+MANDIR = $(DESTDIR)/share/man/man8
 
 PPPSTATSRCS = pppstats.c
 PPPSTATOBJS = pppstats.o