diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-03-27 23:00:22 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-03-27 23:00:22 +0000 |
| commit | dd8f67090ba548df0d5a093d854855f4c1b581a4 (patch) | |
| tree | 034a574561c44f74087a317364c2959f868424cf /Makefile | |
| parent | Bugfix for SemanticScholar provider (diff) | |
| parent | Merge branch 'bugfix/html_provider' (diff) | |
| download | paper2remarkable-dd8f67090ba548df0d5a093d854855f4c1b581a4.tar.gz paper2remarkable-dd8f67090ba548df0d5a093d854855f4c1b581a4.zip | |
Merge branch 'master' into bugfix/semantic_scholar
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 |
