diff options
author | infirit <[email protected]> | 2013-08-02 13:53:04 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-08-02 13:53:04 +0200 |
commit | cceaed2400a5db758f48a372e429e3410271275f (patch) | |
tree | 9b7c05468187355ad5212eb8c1d26bea8c79ff02 /Makefile.am | |
parent | 32a2bc051959798d978e6967bd34ff8882aada39 (diff) | |
download | mate-applets-cceaed2400a5db758f48a372e429e3410271275f.tar.bz2 mate-applets-cceaed2400a5db758f48a372e429e3410271275f.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 ebe0fb51..003b60b4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -86,8 +86,7 @@ EXTRA_DIST = \ intltool-extract.in \ intltool-merge.in \ xmldocs.make \ - omf.make \ - mate-doc-utils.make + omf.make # We build the ChangeLog from the git log ChangeLog: @@ -104,8 +103,7 @@ ACLOCAL_AMFLAGS = -I m4 DISTCLEANFILES = intltool-extract \ intltool-merge \ - intltool-update \ - mate-doc-utils.make + intltool-update -include $(top_srcdir)/git.mk |