diff options
author | Rob Taylor <rob.taylor@codethink.co.uk> | 2007-08-22 15:06:19 +0100 |
---|---|---|
committer | Rob Taylor <rob.taylor@codethink.co.uk> | 2007-08-22 15:17:51 +0100 |
commit | 5adfae30f655b11383c440938e9c08fc6ea8314a (patch) | |
tree | 93f83623bff307263bf3e92ec0cbccca94e85669 | |
parent | f25e07b522c757722c8b8ada2c0201b122355731 (diff) |
add configure flags for distcheck
Pass --enable-gtk-doc and --with-xauth-dir=/home/user for distcheck to check
documentation building and to pass configure.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c861665..218a290 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,3 +43,5 @@ MAINTAINERCLEANFILES = \ autom4te.cache/* \ po/$(GETTEXT_PACKAGE).pot \ po/*.bak + +DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --with-xauth-dir=/home/user |