switch-coreboot/util/hugo/Makefile
Patrick Georgi b9f5630090 UPSTREAM: util/hugo: no need to enable an interactive terminal
BUG=none
BRANCH=none
TEST=none

Change-Id: I45a8b5be4e26b1edfd42bac86daf1e98b19bd781
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Original-Commit-Id: 6b697ef207
Original-Change-Id: Iac4cdb003b2fe967b303c1f8e0eeb61673a02858
Original-Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Original-Reviewed-on: https://review.coreboot.org/19930
Original-Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Original-Tested-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://chromium-review.googlesource.com/517927
Commit-Ready: Patrick Georgi <pgeorgi@chromium.org>
Tested-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-by: Patrick Georgi <pgeorgi@chromium.org>
2017-05-29 01:59:14 -07:00

13 lines
465 B
Makefile

.SILENT:
.PHONY: error public
error:
echo please state a valid target
exit 1
themes/hugo-material-docs:
mkdir -p themes
git clone https://github.com/digitalcraftsman/hugo-material-docs.git themes/hugo-material-docs
public: themes/hugo-material-docs
docker run --rm -v $$PWD:/src:ro -v $$PWD/../../Documentation:/src/content:ro -v /srv/www/vhosts/www.coreboot.org/Documentation:/src/public jguyomard/hugo-builder hugo --forceSyncStatic --cleanDestinationDir