mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
makefile: Fix default target
This commit is contained in:
parent
565e971e4e
commit
eb5e112293
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -8,6 +8,9 @@ export TESTSERVER_BASE := ./tests/storage/servers/
|
||||||
export CI := false
|
export CI := false
|
||||||
export DETERMINISTIC_TESTS := false
|
export DETERMINISTIC_TESTS := false
|
||||||
|
|
||||||
|
all:
|
||||||
|
$(error Take a look at https://vdirsyncer.pimutils.org/en/stable/tutorial.html#installation)
|
||||||
|
|
||||||
install-servers:
|
install-servers:
|
||||||
set -ex; \
|
set -ex; \
|
||||||
for server in $(DAV_SERVER) $(REMOTESTORAGE_SERVER); do \
|
for server in $(DAV_SERVER) $(REMOTESTORAGE_SERVER); do \
|
||||||
|
|
@ -61,9 +64,6 @@ sh: # open subshell with default test config
|
||||||
linkcheck:
|
linkcheck:
|
||||||
sphinx-build -W -b linkcheck ./docs/ ./docs/_build/linkcheck/
|
sphinx-build -W -b linkcheck ./docs/ ./docs/_build/linkcheck/
|
||||||
|
|
||||||
all:
|
|
||||||
$(error Take a look at https://vdirsyncer.pimutils.org/en/stable/tutorial.html#installation)
|
|
||||||
|
|
||||||
release:
|
release:
|
||||||
python setup.py sdist bdist_wheel upload
|
python setup.py sdist bdist_wheel upload
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue