diff options
author | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2020-01-21 15:59:14 +0200 |
---|---|---|
committer | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2020-01-21 17:52:17 +0300 |
commit | 6dc435f66465eff76e730053d80efae90fa249c5 (patch) | |
tree | 7e91ef226bb7708d3a292ba49f8075b99c0b9977 /Makefile | |
parent | 9bb1f898030a8bf73c11e53f498684e24a61ce60 (diff) | |
download | qtlocation-mapboxgl-6dc435f66465eff76e730053d80efae90fa249c5.tar.gz |
[ios][macos] Disable document generation for obsolete targets
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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: |