Merge pull request #601 from rhssk/manprefix

Remove trailing spaces from MANPREFIX path
This commit is contained in:
Nikos Tsipinakis 2019-02-03 11:40:45 +02:00 committed by GitHub
commit 2568727e4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,8 @@
PREFIX ?= /usr/local PREFIX ?= /usr/local
BINDIR ?= ${PREFIX}/bin BINDIR ?= ${PREFIX}/bin
DATADIR ?= ${PREFIX}/share DATADIR ?= ${PREFIX}/share
MANPREFIX ?= ${DATADIR}/man # around for backwards compatibility # around for backwards compatibility
MANPREFIX ?= ${DATADIR}/man
MANDIR ?= ${MANPREFIX} MANDIR ?= ${MANPREFIX}
DOXYGEN ?= doxygen DOXYGEN ?= doxygen