mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
The Makefile now makes sure the 'x' bit of Doxyfile.filter is set before calling doxygen
This commit is contained in:
parent
55b237dbe8
commit
c46fd1ff5b
4
HISTORY
4
HISTORY
@ -9569,6 +9569,8 @@ Video Disk Recorder Revision History
|
|||||||
- Events in the past are no longer marked as having a timer in the Schedules
|
- Events in the past are no longer marked as having a timer in the Schedules
|
||||||
menu.
|
menu.
|
||||||
|
|
||||||
2020-12-29:
|
2020-12-31:
|
||||||
|
|
||||||
- Fixed strreplace() to handle NULL strings (reported by Jürgen Schneider).
|
- Fixed strreplace() to handle NULL strings (reported by Jürgen Schneider).
|
||||||
|
- Somewhere down the road the 'x' bit of Doxyfile.filter got lost, so the
|
||||||
|
Makefile now makes sure it is set before calling doxygen.
|
||||||
|
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 4.10 2020/06/27 09:13:04 kls Exp $
|
# $Id: Makefile 5.1 2020/12/31 11:11:53 kls Exp $
|
||||||
|
|
||||||
.DELETE_ON_ERROR:
|
.DELETE_ON_ERROR:
|
||||||
|
|
||||||
@ -342,6 +342,7 @@ install-pc: vdr.pc
|
|||||||
srcdoc:
|
srcdoc:
|
||||||
@cat $(DOXYFILE) > $(DOXYFILE).tmp
|
@cat $(DOXYFILE) > $(DOXYFILE).tmp
|
||||||
@echo PROJECT_NUMBER = $(VDRVERSION) >> $(DOXYFILE).tmp
|
@echo PROJECT_NUMBER = $(VDRVERSION) >> $(DOXYFILE).tmp
|
||||||
|
@chmod +x $(DOXYFILE).filter
|
||||||
$(DOXYGEN) $(DOXYFILE).tmp
|
$(DOXYGEN) $(DOXYFILE).tmp
|
||||||
@rm $(DOXYFILE).tmp
|
@rm $(DOXYFILE).tmp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user