diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-04-03 11:14:28 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-04-03 11:14:28 +0100 |
| commit | e363ae44c5635f148aa982efed6d3c0e36d770d0 (patch) | |
| tree | 58cc3585599ea4c9afaff100b13003219fbdfa56 | |
| parent | Update Dockerfile to use Debian Buster base images. (diff) | |
| parent | fix name in makefile (diff) | |
| download | paper2remarkable-e363ae44c5635f148aa982efed6d3c0e36d770d0.tar.gz paper2remarkable-e363ae44c5635f148aa982efed6d3c0e36d770d0.zip | |
Merge branch 'master' into ClaytonJY-upgrade-cairo
| -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 |
