projects
/
juce.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c18baa6
)
use Python3 rather than Python2
author
IOhannes m zmölnig
<umlaeute@debian.org>
Fri, 9 Feb 2018 23:00:00 +0000
(
00:00
+0100)
committer
Peter Michael Green
<plugwash@raspbian.org>
Sat, 30 Nov 2019 15:26:20 +0000
(15:26 +0000)
for building the documentation
Forwarded: no
Gbp-Pq: Name debian_python3.patch
doxygen/Makefile
patch
|
blob
|
history
diff --git
a/doxygen/Makefile
b/doxygen/Makefile
index d4f5d3eb65b998e13bd8724b3ec79a2e20b00401..157ec0e53db1d9728a31e25b1c9f47ec4400cf66 100644
(file)
--- a/
doxygen/Makefile
+++ b/
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