Various small fixes
This commit is contained in:
parent
4df03f3242
commit
4585c07297
4 changed files with 5 additions and 4 deletions
|
@ -7,7 +7,7 @@ MAKEFLAGS += --no-builtin-rules
|
|||
|
||||
CACHEDIR=/tmp/hugo-cache-$(USER)
|
||||
DESTDIR=public/
|
||||
HOSTNAME=$(shell hostname)
|
||||
HOSTNAME=$(shell hostname -f)
|
||||
REVISION=$(shell git rev-parse HEAD)
|
||||
|
||||
.PHONY: build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue