Browse Source

Honor DESTDIR in man page installation.

Kenneth Lyons 8 years ago
parent
commit
8ef51af786
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Makefile

+ 1
- 1
Makefile View File

1
 PREFIX=$(DESTDIR)/usr
1
 PREFIX=$(DESTDIR)/usr
2
 BINDIR=$(PREFIX)/bin
2
 BINDIR=$(PREFIX)/bin
3
-MANDIR=/usr/share/man/man1
3
+MANDIR=$(PREFIX)/share/man/man1
4
 
4
 
5
 CC=gcc
5
 CC=gcc
6
 CFLAGS=-std=c89 -O2 -pedantic -Wall -I"./include"
6
 CFLAGS=-std=c89 -O2 -pedantic -Wall -I"./include"