blob: 9155ab611f8d390d2497741f0b04f5413934bbc9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- doc/Makefile.in.orig 2003-09-20 14:23:28 UTC
+++ doc/Makefile.in
@@ -1,12 +1,12 @@ INC=-I../include
CC=gcc
CFLAGS=@CFLAGS@
INC=-I../include
-INSDIR=@prefix@/man/man1
+INSDIR=@prefix@/share/man/man1
-install:
- cp elf.1 $(INSDIR)/
- chmod 644 $(INSDIR)/elf.1
+install:
+ cp elf.1 $(DESTDIR)$(INSDIR)/
+ chmod 644 $(DESTDIR)$(INSDIR)/elf.1
uninstall: install
rm $(INSDIR)/elf.1
|