summaryrefslogtreecommitdiff
path: root/ios/docs
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-06-19 15:53:58 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-06-19 15:53:58 -0700
commitcfa0890d821b1d60b32f957931ffde2abc25c664 (patch)
treeb94001016173a6298679590073bfe292231b4daa /ios/docs
parent18d8d4475e9911086b52b1ca44dcbfab1f3a1bb6 (diff)
downloadqtlocation-mapboxgl-cfa0890d821b1d60b32f957931ffde2abc25c664.tar.gz
Screenshot II: The Return of Screenshot
Diffstat (limited to 'ios/docs')
-rwxr-xr-xios/docs/install_docs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/docs/install_docs.sh b/ios/docs/install_docs.sh
index 153d4e2093..eea974985e 100755
--- a/ios/docs/install_docs.sh
+++ b/ios/docs/install_docs.sh
@@ -12,7 +12,7 @@ echo "Creating new docs for ${VERSION}..."
echo
README="/tmp/GL-README.md"
-cat ../README.md | grep -v screenshot > ${README}
+cat ../README.md > ${README}
echo >> ${README}
echo -n "#" >> ${README}
cat ../../CHANGELOG.md >> ${README}