Doc build fixes
authorIOhannes m zmölnig <umlaeute@debian.org>
Fri, 9 Feb 2018 23:00:00 +0000 (00:00 +0100)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Fri, 19 Aug 2022 18:00:36 +0000 (20:00 +0200)
 use Python3 rather than Python2
 make docs reproducible
Forwarded: no

Gbp-Pq: Name debian_python3-doxygen.patch

docs/doxygen/Makefile

index 401debef21c702f267b64c7c93b7765aa310966d..93d0e6bc39845a2f3256d3e24a4ae2156c9641f9 100644 (file)
@@ -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