diff options
author | Filippo Della Betta <filippo.dellabetta@telecomitalia.it> | 2012-03-05 12:33:32 +0100 |
---|---|---|
committer | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2012-03-05 20:50:54 -0500 |
commit | 339214c00c8cc3191a21eb3e8c2feab027b403e9 (patch) | |
tree | 12d4bcf76ab8d2488d4415ef1b154019c510e500 /docs | |
parent | 2896105ff864f0c4486b5485338a785eb7ea699d (diff) | |
download | libnice-339214c00c8cc3191a21eb3e8c2feab027b403e9.tar.gz |
Added support for compiling when gtk-doc is not installed
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/libnice/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/libnice/Makefile.am b/docs/reference/libnice/Makefile.am index 71bb960..51384ab 100644 --- a/docs/reference/libnice/Makefile.am +++ b/docs/reference/libnice/Makefile.am @@ -88,7 +88,7 @@ include $(top_srcdir)/gtk-doc.make # Other files to distribute # e.g. EXTRA_DIST += version.xml.in -EXTRA_DIST += +#EXTRA_DIST += # Files not to distribute # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types |