diff options
author | Stefano Karapetsas <[email protected]> | 2013-08-06 14:35:10 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-08-06 14:35:10 -0700 |
commit | ed0921aa6001db711ef137ba5b97941c7c2a6d80 (patch) | |
tree | 09022320f0381761340f6ef24866f9b276837cfc /Makefile.am | |
parent | 32a2bc051959798d978e6967bd34ff8882aada39 (diff) | |
parent | 556640ffc27a3496ceda03c7f5d75e4d8813586d (diff) | |
download | mate-applets-ed0921aa6001db711ef137ba5b97941c7c2a6d80.tar.bz2 mate-applets-ed0921aa6001db711ef137ba5b97941c7c2a6d80.tar.xz |
Merge pull request #51 from infirit/yelptools
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 |