From: IOhannes m zmölnig Date: Fri, 9 Feb 2018 23:00:00 +0000 (+0100) Subject: Doc build fixes X-Git-Tag: archive/raspbian/6.1.5_ds0-1+rpi1^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=254be73a899d1a01f2f5cc28329ae9117248988d;p=juce.git Doc build fixes use Python3 rather than Python2 make docs reproducible Forwarded: no Gbp-Pq: Name debian_python3-doxygen.patch --- diff --git a/docs/doxygen/Makefile b/docs/doxygen/Makefile index 401debef..93d0e6bc 100644 --- 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 + python3 $< ../../modules build clean: rm -rf build doc