mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added MANDIR to the vdr.pc file
This commit is contained in:
parent
c52df91e44
commit
2e138748c2
2
HISTORY
2
HISTORY
@ -7474,3 +7474,5 @@ Video Disk Recorder Revision History
|
|||||||
- Removed some redundancy from Make.config.template.
|
- Removed some redundancy from Make.config.template.
|
||||||
- Changed "==" to "=" in the Makefile to make it POSIX style.
|
- Changed "==" to "=" in the Makefile to make it POSIX style.
|
||||||
- Now using targets "install-lib" and "install-i18n" when building plugins locally.
|
- Now using targets "install-lib" and "install-i18n" when building plugins locally.
|
||||||
|
- Added MANDIR to the vdr.pc file, so that plugins that need it can retrieve it via
|
||||||
|
MANDIR = $(DESTDIR)$(call PKGCFG,mandir).
|
||||||
|
3
Makefile
3
Makefile
@ -4,7 +4,7 @@
|
|||||||
# See the main source file 'vdr.c' for copyright information and
|
# See the main source file 'vdr.c' for copyright information and
|
||||||
# how to reach the author.
|
# how to reach the author.
|
||||||
#
|
#
|
||||||
# $Id: Makefile 2.40 2012/12/27 13:03:45 kls Exp $
|
# $Id: Makefile 2.41 2012/12/27 14:00:51 kls Exp $
|
||||||
|
|
||||||
.DELETE_ON_ERROR:
|
.DELETE_ON_ERROR:
|
||||||
|
|
||||||
@ -130,6 +130,7 @@ $(SILIB):
|
|||||||
.PHONY: vdr.pc
|
.PHONY: vdr.pc
|
||||||
vdr.pc:
|
vdr.pc:
|
||||||
@echo "bindir=$(BINDIR)" > $@
|
@echo "bindir=$(BINDIR)" > $@
|
||||||
|
@echo "mandir=$(MANDIR)" >> $@
|
||||||
@echo "configdir=$(CONFDIRDEF)" >> $@
|
@echo "configdir=$(CONFDIRDEF)" >> $@
|
||||||
@echo "videodir=$(VIDEODIR)" >> $@
|
@echo "videodir=$(VIDEODIR)" >> $@
|
||||||
@echo "cachedir=$(CACHEDIRDEF)" >> $@
|
@echo "cachedir=$(CACHEDIRDEF)" >> $@
|
||||||
|
Loading…
Reference in New Issue
Block a user