Skip to content

Commit

Permalink
Fixes url
Browse files Browse the repository at this point in the history
I'm not sure we even use this file, but I assume this is the one we
want...
  • Loading branch information
davedevelopment committed May 15, 2020
1 parent 46084ce commit 40875a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apidocs: docs/api/index.html

phpDocumentor.phar:
wget https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.0.0-rc/phpDocumentor.phar
wget https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.0.0-rc/phpDocumentor.phar.pubkey
wget https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.0.0-rc/phpDocumentor.phar.asc

library_files=$(shell find library -name '*.php')
docs/api/index.html: vendor/composer/installed.json $(library_files) phpDocumentor.phar
Expand Down

0 comments on commit 40875a5

Please sign in to comment.