From: IOhannes m zmölnig Date: Fri, 9 Feb 2018 23:00:00 +0000 (+0100) Subject: Doc build fixes X-Git-Tag: archive/raspbian/7.0.2_ds0-1+rpi1^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9504006619bb6fafc9f7f7ec2d826b720b835da1;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