Replace make with mage

Fixes #3937
This commit is contained in:
Bjørn Erik Pedersen
2017-10-05 09:15:02 +02:00
parent 06e5633400
commit 8d2580f07c
5 changed files with 16 additions and 95 deletions

View File

@@ -145,11 +145,13 @@ started:
### Build Hugo with Your Changes
**Note:** Hugo uses [mage](https://github.com/magefile/mage) to build.
```bash
cd $HOME/go/src/github.com/gohugoio/hugo
make hugo
mage hugo
# or to install in $HOME/go/bin:
make install
mage install
```
### Updating the Hugo Sources
@@ -160,6 +162,6 @@ well.
```
git pull
make vendor
mage vendor
```