doc.silverstripe.org/Makefile

18 lines
315 B
Makefile

all:
@echo "Available commands:"
@grep "^[^#[:space:]].*:$$" Makefile
update:
@make fetch
@make index
fetch:
@./bin/update.sh $(CURDIR)
index:
@php framework/cli-script.php dev/tasks/RebuildLuceneDocsIndex flush=1
test:
$(MAKE) QUERYSTRING="$(QUERYSTRING)&SkipTests=RestfulServiceTest" -C sapphire test