diff options
Diffstat (limited to 'doc/reference/Makefile.am')
-rw-r--r-- | doc/reference/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index 6242fd6..db4aa07 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -6,6 +6,9 @@ DOC_MODULE=vte # The top-level SGML file. DOC_MAIN_SGML_FILE=vte-docs.sgml +# Extra options to supply to gtkdoc-scan +SCAN_OPTIONS=--deprecated-guards="VTE_DISABLE_DEPRECATED" + # The directory containing the source code. Relative to $(srcdir) DOC_SOURCE_DIR=../../src |