diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-09-04 00:17:30 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-09-04 00:17:30 -0400 |
commit | fd904c69f86d57484f25b4fe3c3a3e5d9cf7ce21 (patch) | |
tree | e6fec34662983be230289a51384cb3b8e054d3c8 /Makefile.am | |
parent | 768c0c21b5b28a8a5776054eb03638e8a157dc2a (diff) | |
download | gtk+-fd904c69f86d57484f25b4fe3c3a3e5d9cf7ce21.tar.gz |
Fix cross references in docs in tarballs
This approach is copied from Pango.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d689b3fbac..3d9d80b74a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -124,6 +124,7 @@ snapshot: DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ + --disable-doc-cross-references \ --enable-man \ --disable-maintainer-mode \ --enable-introspection \ |