summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-12-27 14:00:51 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-12-27 14:00:51 +0100
commit2e138748c2b4ece5455d8a136b359ee872f17b59 (patch)
tree1bdca1f4ae36d2dddab74b7d5e2c43f55a62a1a7 /Makefile
parentc52df91e44ffb1da7f2a48ee52bec5f4093cbbc0 (diff)
downloadvdr-2e138748c2b4ece5455d8a136b359ee872f17b59.tar.gz
vdr-2e138748c2b4ece5455d8a136b359ee872f17b59.tar.bz2
Added MANDIR to the vdr.pc file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fe66445c..e20fe708 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# See the main source file 'vdr.c' for copyright information and
# 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:
@@ -130,6 +130,7 @@ $(SILIB):
.PHONY: vdr.pc
vdr.pc:
@echo "bindir=$(BINDIR)" > $@
+ @echo "mandir=$(MANDIR)" >> $@
@echo "configdir=$(CONFDIRDEF)" >> $@
@echo "videodir=$(VIDEODIR)" >> $@
@echo "cachedir=$(CACHEDIRDEF)" >> $@