From 5b4ca2975a24e469883adb32dc77a18fac604bfd Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 18 May 2015 20:00:17 +0200 Subject: [PATCH] Prevent users from hurting themselves --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index d579583..a22cacf 100644 --- a/Makefile +++ b/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