diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-03-08 10:27:44 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-03-09 08:47:50 -0500 |
commit | 9b2810721d63c6c5daedd4f86c963eb69f7ab120 (patch) | |
tree | 911b6d3f432d718f0c288d3faa3e6f99c818ed59 /docs | |
parent | 86b4547712d5d8a67c269b3bd737393903c409e3 (diff) |
build-sys: assemble HTML in docs/html
The goal is to be able to preview how the documenation
will look when uploaded. Just point your browser at
docs/html/man/index.html.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/.gitignore b/docs/.gitignore index e9fed442c2..f48033d321 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -1 +1,2 @@ /gtk-doc.make +/html/ |