projects
/
juce.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a94cc2
)
Doc build fixes
author
IOhannes m zmölnig
<umlaeute@debian.org>
Fri, 9 Feb 2018 23:00:00 +0000
(
00:00
+0100)
committer
IOhannes m zmölnig (Debian/GNU)
<umlaeute@debian.org>
Fri, 18 Mar 2022 17:31:11 +0000
(18:31 +0100)
use Python3 rather than Python2
make docs reproducible
Forwarded: no
Gbp-Pq: Name debian_python3-doxygen.patch
docs/doxygen/Makefile
patch
|
blob
|
history
diff --git
a/docs/doxygen/Makefile
b/docs/doxygen/Makefile
index 401debef21c702f267b64c7c93b7765aa310966d..93d0e6bc39845a2f3256d3e24a4ae2156c9641f9 100644
(file)
--- a/
docs/doxygen/Makefile
+++ b/
docs/doxygen/Makefile
@@
-8,7
+8,7
@@
doc/index.html: build/juce_modules.dox Doxyfile
doxygen
build/juce_modules.dox: process_source_files.py $(SOURCE_FILES)
- python $< ../../modules build
+ python
3
$< ../../modules build
clean:
rm -rf build doc