mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Prevent users from hurting themselves
This commit is contained in:
parent
8fd16f9987
commit
5b4ca2975a
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
|
@ -23,3 +23,8 @@ docs:
|
|||
|
||||
linkcheck:
|
||||
sphinx-build -W -b linkcheck ./docs/ ./docs/_build/linkcheck/
|
||||
|
||||
install:
|
||||
$(error Take a look at https://vdirsyncer.readthedocs.org/en/stable/tutorial.html#installation)
|
||||
|
||||
.DEFAULT_GOAL := install
|
||||
|
|
|
|||
Loading…
Reference in a new issue