diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-12-03 10:29:32 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-12-03 10:29:32 +0100 |
commit | 9f5734c837e43204abb765ab0acaa9664c0bef71 (patch) | |
tree | c1efcf6aa3d73540b473d18385741652514ddd81 /Makefile.am | |
parent | f2e017676241d7f72b3fc1230622e042d9068426 (diff) | |
download | ayatana-ido-9f5734c837e43204abb765ab0acaa9664c0bef71.tar.gz ayatana-ido-9f5734c837e43204abb765ab0acaa9664c0bef71.tar.bz2 ayatana-ido-9f5734c837e43204abb765ab0acaa9664c0bef71.zip |
Makefile.am: Re-add DISTCHECK_CONFIGURE_FLAGS to disable GTK doc build during 'make 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 a9afbed..f67c7f6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,4 +47,6 @@ DISTCLEANFILES = \ EXTRA_DIST = libayatana-ido3.pc.in +DISTCHECK_CONFIGURE_FLAGS = --disable-gtk-doc + include $(top_srcdir)/Makefile.am.coverage |