mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 15:05:50 +00:00
Remove the old make file
This commit is contained in:
parent
b328b3115a
commit
918dcbe933
17
Makefile
17
Makefile
@ -1,17 +0,0 @@
|
|||||||
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
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user