diff options
author | P. F. Chimento <philip.chimento@gmail.com> | 2013-05-06 16:19:50 +0200 |
---|---|---|
committer | P. F. Chimento <philip.chimento@gmail.com> | 2013-05-06 16:19:50 +0200 |
commit | 7c5f7963dae6a6e9f9b1dec70b235fc78d465d77 (patch) | |
tree | 86648ede30c6f7662d6f2602967c384b0cfca5f4 /.gitignore | |
parent | 9405254d99d849d4ca9856e032244d1de22071f6 (diff) |
Build Javascript API documentation
g-ir-doc-tool is buggy, and doesn't build very good documentation,
but it is better than nothing. Building the JS documentation is
turned off by default and turned on for 'make distcheck'.
[endlessm/eos-sdk#18]
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -87,6 +87,9 @@ stamp* /gtk-doc.make /m4/gtk-doc.m4 +# Autogenerated gir-doc +/docs/reference/endless-js + # Packages *.egg *.egg-info |