diff options
author | Paul Mackerras <paulus@samba.org> | 2004-10-31 21:27:24 +0000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2004-10-31 21:27:24 +0000 |
commit | 8dab7e1cb378a55b57a7bca6bc66a7ecc091d41f (patch) | |
tree | f5da47435fb88807059ed8653a460cbbfb3a40d3 /linux | |
parent | 8dce1eb941455551c1918e201a0e8285b44496e7 (diff) | |
download | ppp-8dab7e1cb378a55b57a7bca6bc66a7ecc091d41f.tar.gz |
Put man pages in /usr/share/man under Linux.
Diffstat (limited to 'linux')
-rw-r--r-- | linux/Makefile.top | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Makefile.top b/linux/Makefile.top index 62f5ba2..fba9bcd 100644 --- a/linux/Makefile.top +++ b/linux/Makefile.top @@ -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 |