Upload docs to tobast.fr
This commit is contained in:
parent
242bfce9e1
commit
0143515709
2 changed files with 7 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -29,4 +29,8 @@ clean:
|
||||||
docs:
|
docs:
|
||||||
doxygen Doxyfile
|
doxygen Doxyfile
|
||||||
|
|
||||||
|
upload-docs:
|
||||||
|
rsync -ar docs/html/ \
|
||||||
|
www.tobast:/srv/httpd/tobast.fr/public_html/doc/DwarfInterpret
|
||||||
|
|
||||||
.PHONY: docs
|
.PHONY: docs
|
||||||
|
|
|
@ -18,3 +18,6 @@ computer, then run
|
||||||
```bash
|
```bash
|
||||||
make docs
|
make docs
|
||||||
```
|
```
|
||||||
|
|
||||||
|
A **not necessarily up-to-date** version of the documentation is also
|
||||||
|
pre-compiled and available [here](https://tobast.fr/doc/DwarfInterpret/).
|
||||||
|
|
Loading…
Reference in a new issue