projects
/
juce.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fddd7a
)
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
IOhannes m zmölnig (Debian/GNU)
<umlaeute@debian.org>
Thu, 22 Aug 2019 08:01:56 +0000
(10:01 +0200)
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