Upload docs to tobast.fr

This commit is contained in:
Théophile Bastian 2018-04-12 13:40:34 +02:00
parent 242bfce9e1
commit 0143515709
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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/).