This commit is contained in:
Rolf Bjarne Kvinge 2016-05-27 09:56:48 +02:00
Родитель 314ec50e23
Коммит 82bbac0ae1
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -297,11 +297,15 @@ endif
cd $(TOP)/msbuild && git clean -xfdq
wrench-docs:
ifdef ENABLE_XAMARIN
ifdef INCLUDE_IOS
$(MAKE) -C .. update-docs
$(MAKE) -C $(MACCORE_PATH) update-docs
else
@echo "iOS tests have been disabled [$@]"
endif
else
@echo "Docs have been disabled [$@]"
endif
# the wrenchhelper-* targets are generated.
wrench-sim-%: