summaryrefslogtreecommitdiffstats
path: root/_build/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-08-30 13:13:58 +0200
committerLoïc Hoguin <[email protected]>2016-08-30 13:13:58 +0200
commita39620a78352079d98eeeb7ba8deeaf9c3b6b371 (patch)
treeae4f8195a110dc32cb54343df6c73ff01612aece /_build/Makefile
parentc807880f7ac73f813b2660ea81a00f7712a4e793 (diff)
downloadninenines.eu-a39620a78352079d98eeeb7ba8deeaf9c3b6b371.tar.gz
ninenines.eu-a39620a78352079d98eeeb7ba8deeaf9c3b6b371.tar.bz2
ninenines.eu-a39620a78352079d98eeeb7ba8deeaf9c3b6b371.zip
Update documentation
Diffstat (limited to '_build/Makefile')
-rw-r--r--_build/Makefile2
1 files changed, 1 insertions, 1 deletions
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/*/*))