diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-09-03 13:36:44 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-09-03 13:36:44 (GMT) |
commit | a72eeeb2ceb6d5183abb24ed36c202079fe0fa42 (patch) | |
tree | a824ade51ce0fe1c98d397d5371ceec09084c976 | |
parent | 8eb4637bc61197e0fa88dc9234ca36286c83d798 (diff) | |
download | fluxbox_paul-a72eeeb2ceb6d5183abb24ed36c202079fe0fa42.zip fluxbox_paul-a72eeeb2ceb6d5183abb24ed36c202079fe0fa42.tar.bz2 |
add windowmenu to dist package
-rw-r--r-- | data/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index e921afa..856677d 100644 --- a/data/Makefile.am +++ b/data/Makefile.am | |||
@@ -14,8 +14,8 @@ DEFAULT_WINDOWMENU = @DEFAULT_WINDOWMENU@ | |||
14 | SUBDIRS= styles | 14 | SUBDIRS= styles |
15 | CLEANFILES= menu menu.in menu.pre menu.bak init apps | 15 | CLEANFILES= menu menu.in menu.pre menu.bak init apps |
16 | MAINTAINERCLEANFILES= Makefile.in | 16 | MAINTAINERCLEANFILES= Makefile.in |
17 | pkgdata_DATA= keys menu init apps overlay | 17 | pkgdata_DATA= keys menu init apps overlay windowmenu |
18 | EXTRA_DIST= keys init.in apps.in overlay | 18 | EXTRA_DIST= keys init.in apps.in overlay windowmenu |
19 | all-local: menu init apps | 19 | all-local: menu init apps |
20 | install-pkgdataDATA: | 20 | install-pkgdataDATA: |
21 | @echo "Installing menu file in $(DESTDIR)$(DEFAULT_MENU)" | 21 | @echo "Installing menu file in $(DESTDIR)$(DEFAULT_MENU)" |