From a39620a78352079d98eeeb7ba8deeaf9c3b6b371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 30 Aug 2016 13:13:58 +0200 Subject: Update documentation --- _build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_build/Makefile') diff --git a/_build/Makefile b/_build/Makefile index ff546315..54fa7db2 100644 --- a/_build/Makefile +++ b/_build/Makefile @@ -5,7 +5,7 @@ PROJECTS = $(sort $(notdir $(basename $(wildcard data/projects/*.toml)))) all: docs hugo --theme=ninenines -d .. -server: docs +server: hugo server --theme=ninenines clean: DOC_FILES = $(filter-out static/docs/en/cowboy/1.0,$(wildcard static/docs/en/*/*)) -- cgit v1.2.3