diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-06-17 16:05:14 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-06-17 16:05:14 +0000 |
commit | 9077bff3192a2372afa557e6b518e5c5b802bd75 (patch) | |
tree | 1cecb2215d0709b8704210432b8889d403cc5500 /Makefile.am | |
parent | dbf2c6d5908fd439e793e1b742cb4d64dcb0d6e2 (diff) | |
download | gnutls-9077bff3192a2372afa557e6b518e5c5b802bd75.tar.gz |
Use --enable-gtk-doc during distcheck.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9bbf69a8b8..192a3a03aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,6 +19,8 @@ # along with this file; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc + SUBDIRS = gl if NETTLE SUBDIRS += nettle |