blob: 13cfda0ec8b842c68ea3b0a41771069548804261 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.orig Tue Nov 15 06:41:52 2005
+++ Makefile Tue Nov 15 06:42:17 2005
@@ -6,7 +6,7 @@
prefix=/usr/local
INSPATH= $(prefix)/bin/
DOCPATH = $(prefix)/share/doc/tpp
-MANPATH = $(prefix)/share/man/man1
+MANPATH = $(prefix)/man/man1
all:
@echo "TPP doesn't need to be built. Run \`make install' in order to install it."
|