diff options
author | infirit <[email protected]> | 2013-10-18 16:00:39 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-10-18 16:00:39 +0200 |
commit | 7f698a6b163da556164b9b92d11d8d54498bddb5 (patch) | |
tree | 4f1205780d8698ec1f631251b909383801052a78 /data | |
parent | 56577d11863a4e07daccf7a1c3d0c53961e473c8 (diff) | |
download | engrampa-7f698a6b163da556164b9b92d11d8d54498bddb5.tar.bz2 engrampa-7f698a6b163da556164b9b92d11d8d54498bddb5.tar.xz |
Fix dist-hook
Diffstat (limited to 'data')
-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 |