diff --git a/Makefile b/Makefile index e9220e2..dc367e7 100644 --- a/Makefile +++ b/Makefile @@ -29,4 +29,8 @@ clean: docs: doxygen Doxyfile +upload-docs: + rsync -ar docs/html/ \ + www.tobast:/srv/httpd/tobast.fr/public_html/doc/DwarfInterpret + .PHONY: docs diff --git a/README.md b/README.md index e50a169..3cc6c74 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,6 @@ computer, then run ```bash make docs ``` + +A **not necessarily up-to-date** version of the documentation is also +pre-compiled and available [here](https://tobast.fr/doc/DwarfInterpret/).