diff options
author | infirit <[email protected]> | 2013-07-31 22:21:05 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-07-31 22:21:05 +0200 |
commit | 66e4a0a58e316b8703eecabf91a67647b1b45023 (patch) | |
tree | 49f623e8cb3cbaf869a3dc9a8833a81709ca3a3e /Makefile.am | |
parent | 1147056ef7143075d9e3156dc6a4dae0e7e562ca (diff) | |
download | eom-66e4a0a58e316b8703eecabf91a67647b1b45023.tar.bz2 eom-66e4a0a58e316b8703eecabf91a67647b1b45023.tar.xz |
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index df3b849..4df696b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,14 +5,12 @@ endif SUBDIRS = $(jpeg_DIRS) cut-n-paste bindings src man plugins po help data doc EXTRA_DIST = \ - HACKING \ - mate-doc-utils.make + HACKING DISTCLEANFILES = \ intltool-extract \ intltool-merge \ - intltool-update \ - mate-doc-utils.make + intltool-update DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --disable-scrollkeeper --enable-gtk-doc |