summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2020-01-21 15:59:14 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2020-01-21 17:52:17 +0300
commit6dc435f66465eff76e730053d80efae90fa249c5 (patch)
tree7e91ef226bb7708d3a292ba49f8075b99c0b9977
parent9bb1f898030a8bf73c11e53f498684e24a61ce60 (diff)
downloadqtlocation-mapboxgl-6dc435f66465eff76e730053d80efae90fa249c5.tar.gz
[ios][macos] Disable document generation for obsolete targets
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 7f74b16e4c..cc34f003b1 100644
--- a/Makefile
+++ b/Makefile
@@ -170,8 +170,8 @@ xdeploy:
caffeinate -i ./platform/macos/scripts/deploy-packages.sh
.PHONY: xdocument
-xdocument:
- OUTPUT=$(OUTPUT) ./platform/macos/scripts/document.sh
+#xdocument:
+# OUTPUT=$(OUTPUT) ./platform/macos/scripts/document.sh
.PHONY: genstrings
genstrings:
@@ -346,8 +346,8 @@ ideploy:
caffeinate -i ./platform/ios/scripts/deploy-packages.sh
.PHONY: idocument
-idocument:
- OUTPUT=$(OUTPUT) ./platform/ios/scripts/document.sh
+#idocument:
+# OUTPUT=$(OUTPUT) ./platform/ios/scripts/document.sh
.PHONY: darwin-style-code
darwin-style-code: