From 0143515709315417b3a265b3bd5db057fec39bb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Thu, 12 Apr 2018 13:40:34 +0200 Subject: [PATCH] Upload docs to tobast.fr --- Makefile | 4 ++++ README.md | 3 +++ 2 files changed, 7 insertions(+) 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/).