diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-04-03 10:52:16 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-04-03 10:52:16 +0100 |
| commit | 96a1526c8daf51ab151e6ccea325be8694d8f2ef (patch) | |
| tree | 1a81765aadd2d6c96c71725fb26c2c31266494bf /Makefile | |
| parent | clean makefile (diff) | |
| download | paper2remarkable-96a1526c8daf51ab151e6ccea325be8694d8f2ef.tar.gz paper2remarkable-96a1526c8daf51ab151e6ccea325be8694d8f2ef.zip | |
fix name in makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ doc: install ## Build documentation with Sphinx cd $(DOC_DIR) && \ rm source/* && \ source $(VENV_DIR)/bin/activate && \ - sphinx-apidoc -H 'CleverCSV API Documentation' -o source ../$(PACKAGE) && \ + sphinx-apidoc -H 'Paper2Remarkable API Documentation' -o source ../$(PACKAGE) && \ touch source/AUTOGENERATED $(MAKE) -C $(DOC_DIR) html |
