summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2021-01-02 15:11:20 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2021-01-02 15:11:20 +0100
commit9f4c5cd785105855bd73e58154bf7830bee4dd9e (patch)
tree09711df24a2148832cb4138d4359c85b61f4c783 /Makefile
parent3211df30df43960f04645371f6f923a60ce4f681 (diff)
downloadvdr-9f4c5cd785105855bd73e58154bf7830bee4dd9e.tar.gz
vdr-9f4c5cd785105855bd73e58154bf7830bee4dd9e.tar.bz2
The Makefile now makes sure the 'x' bit of Doxyfile.filter is set before calling doxygen
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 25d4a9ca..69a2892a 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 4.10 2020/06/27 09:13:04 kls Exp $
+# $Id: Makefile 4.10.1.1 2021/01/02 15:11:20 kls Exp $
.DELETE_ON_ERROR:
@@ -342,6 +342,7 @@ install-pc: vdr.pc
srcdoc:
@cat $(DOXYFILE) > $(DOXYFILE).tmp
@echo PROJECT_NUMBER = $(VDRVERSION) >> $(DOXYFILE).tmp
+ @chmod +x $(DOXYFILE).filter
$(DOXYGEN) $(DOXYFILE).tmp
@rm $(DOXYFILE).tmp