diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-03-27 23:10:57 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-03-27 23:10:57 +0000 |
| commit | 05eae74baef76cf6f6104f8fd262644837494909 (patch) | |
| tree | 440e167cf7a09c8601cf7fc64d8ec12e91382cd0 /Makefile | |
| parent | Attempt to debug failing test (diff) | |
| parent | Merge branch 'bugfix/semantic_scholar' (diff) | |
| download | paper2remarkable-05eae74baef76cf6f6104f8fd262644837494909.tar.gz paper2remarkable-05eae74baef76cf6f6104f8fd262644837494909.zip | |
Merge branch 'master' into bugfix/blank_pages
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
