diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-05-10 16:36:58 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-05-10 16:38:27 +0200 |
commit | 6cceaee699a303db093aabb192714ea05518f5cf (patch) | |
tree | 0a4b34475c0a613eaa9a1a1133b458f94971d061 /Makefile.am | |
parent | cab1abe41887d8b3ab426fbb56716ce99a3a1807 (diff) | |
download | mana-6cceaee699a303db093aabb192714ea05518f5cf.tar.gz mana-6cceaee699a303db093aabb192714ea05518f5cf.tar.bz2 mana-6cceaee699a303db093aabb192714ea05518f5cf.tar.xz mana-6cceaee699a303db093aabb192714ea05518f5cf.zip |
Updated the .desktop file and included tmw.menu in tarball
As suggested by Patrick Matthäi.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 72c7461c..63a237d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,9 @@ desktopdir = $(datadir)/applications desktop_DATA = tmw.desktop # Extra files to include -EXTRA_DIST = $(desktop_DATA) tmw.cbp +EXTRA_DIST = $(desktop_DATA) \ + tmw.cbp \ + tmw.menu # Autopoint m4 stuff ACLOCAL_AMFLAGS = -I m4 |