diff options
author | Xan Lopez <xan@igalia.com> | 2013-02-10 18:32:36 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2013-02-10 18:33:34 +0800 |
commit | 04a5b8dc505f3663a4ae298b257c523a986ca6fb (patch) | |
tree | be3c2ce0c18183c965e164ef649e9ced9bf6bc96 /configure.ac | |
parent | e692c1d39e13182df34c56d09889141840c50c89 (diff) | |
download | gsoc2013-epiphany-04a5b8dc505f3663a4ae298b257c523a986ca6fb.tar.gz gsoc2013-epiphany-04a5b8dc505f3663a4ae298b257c523a986ca6fb.tar.zst gsoc2013-epiphany-04a5b8dc505f3663a4ae298b257c523a986ca6fb.zip |
Remove API doc generation
We don't have extensions anymore, so this serves no purpose. If we
ever add a new (hopefully much smaller!) API set for next-generation
extensions we'll resurrect the docs for it.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index 5433eab00..b4c41c609 100644 --- a/configure.ac +++ b/configure.ac @@ -238,12 +238,6 @@ fi AC_DEFINE_UNQUOTED([LSB_DISTRIBUTOR],["$LSB_DISTRIBUTOR"],[Distributor name]) -# ***************** -# API Documentation -# ***************** - -GTK_DOC_CHECK([1.0]) - # ************ # Output files # ************ @@ -257,7 +251,6 @@ data/epiphany-${EPIPHANY_API_VERSION}.pc:data/epiphany.pc.in data/epiphany.desktop.in data/pages/Makefile doc/Makefile -doc/reference/Makefile lib/Makefile lib/egg/Makefile lib/history/Makefile |