From 7242b8ffd6cd1ec2165597f52dc472172f155337 Mon Sep 17 00:00:00 2001 From: Griatch Date: Fri, 19 Jun 2020 18:53:36 +0200 Subject: [PATCH] Correct quick-build listing --- docs/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index b76db79476..d5bcc02000 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -20,7 +20,8 @@ EVGAMEDIR ?= $(realpath ../../gamedir) cblue = $(shell echo "\033[1m\033[34m") cnorm = $(shell echo "\033[0m") -QUICKFILES=$(SOURCEDIR)/*.md +# set specific files to only run for quick run (even if unset, will still not build new api docs) +QUICKFILES= # Put it first so that "make" without argument is like "make help". @@ -95,7 +96,7 @@ install: clean: @rm -Rf $(BUILDDIR) - @git clean -f -d docs/ + # @git clean -f -d docs/ @echo "Cleaned old build dir and leftover files." # not fully working at this time