diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-18 08:17:50 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-18 08:17:50 -0700 |
commit | 63a43cfd77e7d8677bab2dbd3323bf0f3c7f51e0 (patch) | |
tree | 4f1205780d8698ec1f631251b909383801052a78 /data/Makefile.am | |
parent | 65506a18e77da734bb0f82f04dd2517fc5c4b8bf (diff) | |
parent | 7f698a6b163da556164b9b92d11d8d54498bddb5 (diff) | |
download | engrampa-63a43cfd77e7d8677bab2dbd3323bf0f3c7f51e0.tar.bz2 engrampa-63a43cfd77e7d8677bab2dbd3323bf0f3c7f51e0.tar.xz |
Merge pull request #31 from infirit/master
Finish the mate-file-archiver -> engrampa rename + misc fixes
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 41375d6..2c7fc8e 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -53,6 +53,7 @@ CLEANFILES = \ $(gsettings_SCHEMAS) \ $(NULL) -dist-hook: cd $(distdir); rm -f $(CLEANFILES) +dist-hook: + cd $(distdir); rm -f $(CLEANFILES) -include $(top_srcdir)/git.mk |