diff options
author | Kay Sievers <kay@vrfy.org> | 2012-04-17 17:03:38 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-04-17 17:11:02 +0200 |
commit | 80a5cbace45a6adbf2f9119edc5a4b10db493064 (patch) | |
tree | ab0384a6f771f8caae15d6f9ce29b37d134eec7a /Makefile.am | |
parent | 92ec4495f76a7a2a6c31f5bb2a5240f78dcfe1d2 (diff) |
build-sys: silence gtk-doc check, remove gtk-doc options from configure and distcheck
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e8172bc514..7e6f52074a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3237,8 +3237,12 @@ DISTCHECK_CONFIGURE_FLAGS = \ --with-dbusinterfacedir=$$dc_install_base/$(dbusinterfacedir) \ --with-pamlibdir=$$dc_install_base/$(pamlibdir) \ --with-rootprefix=$$dc_install_base \ - --disable-split-usr \ + --disable-split-usr + +if ENABLE_GTK_DOC +DISTCHECK_CONFIGURE_FLAGS += \ --enable-gtk-doc +endif upload: all distcheck cp -v systemd-$(VERSION).tar.xz /home/lennart/git.fedora/systemd/ |