diff options
author | Stefano Karapetsas <[email protected]> | 2013-08-01 02:12:13 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-08-01 02:12:13 -0700 |
commit | a9448ccd8ab4c92f806710554eb3965f884960a4 (patch) | |
tree | dc5334fec186630d1b216f1b3cfd7a5f048f81f3 /Makefile.am | |
parent | 1147056ef7143075d9e3156dc6a4dae0e7e562ca (diff) | |
parent | 504cd7fab6a337d0309e38efecbf23f4719a9dfe (diff) | |
download | eom-a9448ccd8ab4c92f806710554eb3965f884960a4.tar.bz2 eom-a9448ccd8ab4c92f806710554eb3965f884960a4.tar.xz |
Merge pull request #23 from infirit/yelptools
Use yelp tools instead of mate-doc-utils
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index df3b849..2eea905 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,15 +4,21 @@ endif SUBDIRS = $(jpeg_DIRS) cut-n-paste bindings src man plugins po help data doc -EXTRA_DIST = \ +EXTRA_DIST = \ + AUTHORS \ + Changelog \ + COPYING \ HACKING \ - mate-doc-utils.make + NEWS \ + NEWS.gnome \ + README \ + THANKS \ + TODO DISTCLEANFILES = \ intltool-extract \ intltool-merge \ - intltool-update \ - mate-doc-utils.make + intltool-update DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --disable-scrollkeeper --enable-gtk-doc |