Started fixing IDL docs.
[platform/core/uifw/at-spi2-atk.git] / docs / Makefile.am
index bc3c689..4b474bc 100644 (file)
@@ -2,6 +2,9 @@
 
 EXTRA_DIST = Makefile.am at-spi-docs.sgml at-spi-sections.txt
 
+# Files whose declarations are to be ignored (private)
+IGNORE_HFILES = spi-impl.h
+
 # The name of the module.
 DOC_MODULE=at-spi
 
@@ -9,7 +12,7 @@ DOC_MODULE=at-spi
 DOC_MAIN_SGML_FILE=at-spi-docs.sgml
 
 # The directory containing the source code (if it contains documentation).
-DOC_SOURCE_DIR=../cspi
+DOC_SOURCE_DIR=../cspi ../idl
 
 INSTALLDIR=$(prefix)/share/gtk-doc