aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2021-03-27 20:40:29 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2021-03-27 20:40:29 +0000
commit7bec207291c7974059366aed5529cc1c12c5ccd8 (patch)
tree9eaf5ccdd62ffa28cc7e0c689a12f904222db853
parentBump version and update changelog (diff)
downloadpaper2remarkable-7bec207291c7974059366aed5529cc1c12c5ccd8.tar.gz
paper2remarkable-7bec207291c7974059366aed5529cc1c12c5ccd8.zip
Fix makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8b68381..4da44e1 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ release: ## Make a release
python make_release.py
-install: ## Install for the current user using the default python command
+install: docs ## Install for the current user using the default python command
python setup.py build_ext --inplace
python setup.py install --user