Exclude files inside ulab from translation
.. These files can be created if the developer runs "./build.sh" or "./build-cp.sh" inside extmod/ulab.
This commit is contained in:
parent
317483785f
commit
66155ff539
2
Makefile
2
Makefile
|
@ -54,6 +54,8 @@ TRANSLATE_SOURCES_EXC = -path "ports/*/build-*" \
|
|||
-o -path ports/stm/st_driver \
|
||||
-o -path lib/tinyusb \
|
||||
-o -path lib/lwip \
|
||||
-o -path extmod/ulab/circuitpython \
|
||||
-o -path extmod/ulab/micropython \
|
||||
|
||||
.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext stubs
|
||||
|
||||
|
|
Loading…
Reference in New Issue