[elbe-devel] [PATCH 22/25] py3: make - use python3 interpreter to call xsdtoasciidoc

Manuel Traut manut at linutronix.de
Fri Dec 1 16:51:19 CET 2017


Signed-off-by: Manuel Traut <manut at linutronix.de>
---
 docs/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Makefile b/docs/Makefile
index ce5247d2..2db7fa02 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -143,7 +143,7 @@ elbeoverview-en-ie.html: elbeoverview-en.txt elbe-process.png emu-process.png
 	$(ASCIIDOC) -b html5 -a icons -a toc2 -a theme=flask -o elbeoverview-en.html elbeoverview-en.txt
 
 elbe-schema-reference.txt: ../schema/dbsfed.xsd ../elbepack/xsdtoasciidoc.mako
-	../elbe xsdtoasciidoc --output elbe-schema-reference.txt ../schema/dbsfed.xsd
+	python3 ../elbe xsdtoasciidoc --output elbe-schema-reference.txt ../schema/dbsfed.xsd
 	$(ASCIIDOC) -a toc2 $(ASCIIDOC_EXTRA) $(ASCIIDOC_DATA_URI) -b xhtml11 elbe-schema-reference.txt
 
 elbe-schema-reference.html: %.html : %.txt
-- 
2.15.1




More information about the elbe-devel mailing list