b888611494
PR: 52397 Submitted by: Michael Neumann <mneumann@ntecs.de>
17 lines
500 B
Text
17 lines
500 B
Text
--- Makefile.in.orig Sun May 18 17:22:07 2003
|
|
+++ Makefile.in Sun May 18 17:23:00 2003
|
|
@@ -78,12 +78,12 @@
|
|
libdir = $(prefix)/lib
|
|
|
|
# Directory in which to install the man page.
|
|
-mandir = $(datadir)/man/man$(manext)
|
|
+mandir = $(prefix)/man/man$(manext)
|
|
# The manpage extension
|
|
manext = 1
|
|
|
|
# Directory in which to install the Info files.
|
|
-infodir = $(datadir)/info
|
|
+infodir = $(prefix)/info
|
|
|
|
# Directory in which to install the algae tools.
|
|
tooldir = $(datadir)/algae/$(VERSION_NUMBER)/tools
|