Skip to content
This repository has been archived by the owner on Nov 5, 2018. It is now read-only.

Commit

Permalink
Downloading Sami if it is not present
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed Apr 7, 2015
1 parent 1b1a19d commit c557406
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Makefile
Expand Up @@ -31,19 +31,20 @@ guide:
guide-show:
open docs/_build/html/index.html

api:
time php build/artifacts/sami.phar update build/docs.php
api-get-sami:
mkdir -p build/artifacts
[ -f build/artifacts/sami.phar ] || wget -q -O build/artifacts/sami.phar http://get.sensiolabs.org/sami.phar

api-clean:
rm -rf build/artifacts/docs/build build/artifacts/docs/cache build/artifacts/docs/theme build/artifacts/aws-docs-api.zip
api: api-get-sami
time php build/artifacts/sami.phar update build/docs.php

api-show:
open build/artifacts/docs/build/index.html

api-package:
zip -r build/artifacts/aws-docs-api.zip build/artifacts/docs/build

api-all: api-clean api api-package api-show
api-all: clean api api-package api-show

api-manifest:
php build/build-version-manifest.php
Expand Down

0 comments on commit c557406

Please sign in to comment.