Adding make docs on windows

This commit is contained in:
bernat 2020-04-22 21:03:11 +02:00
parent b3c6279248
commit 2eb2a0c047
1 changed files with 5 additions and 1 deletions

View File

@ -28,14 +28,18 @@ launch-only:
package: PythonAPI
@"${CARLA_BUILD_TOOLS_FOLDER}/Package.bat" --ue-version 4.24 $(ARGS)
.PHONY: docs
docs:
@doxygen
@echo "Documentation index at ./Doxygen/html/index.html"
PythonAPI.docs:
python PythonAPI/docs/doc_gen.py
cd PythonAPI/docs && python bp_doc_gen.py
clean:
@"${CARLA_BUILD_TOOLS_FOLDER}/Package.bat" --clean --ue-version 4.24
@"${CARLA_BUILD_TOOLS_FOLDER}/BuildCarlaUE4.bat" --clean
@"${CARLA_BUILD_TOOLS_FOLDER}/BuildPythonAPI.bat" --clean
@"${CARLA_BUILD_TOOLS_FOLDER}/BuildLibCarla.bat" --clean