Adding make docs on windows
This commit is contained in:
parent
b3c6279248
commit
2eb2a0c047
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue