Skip to content

Commit

Permalink
Added cinnamon-applications.menu and cinnamon-settings.menu (Preferen…
Browse files Browse the repository at this point in the history
…ces and System categories added to the menu)
  • Loading branch information
glebihan committed Jan 14, 2012
1 parent bdf0d01 commit 87e50cd
Show file tree
Hide file tree
Showing 9 changed files with 1,240 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Point to our macro directory and pick up user flags from the environment
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}

SUBDIRS = data js src browser-plugin tests po man
SUBDIRS = data js src browser-plugin tests po man files

EXTRA_DIST = \
.project \
Expand Down
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -247,5 +247,6 @@ AC_CONFIG_FILES([
tests/Makefile
po/Makefile.in
man/Makefile
files/Makefile
])
AC_OUTPUT
510 changes: 510 additions & 0 deletions files/Makefile

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions files/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
xdgmenusdir = /etc/xdg/menus
dist_xdgmenus_DATA = \
etc/xdg/menus/cinnamon-applications.menu \
etc/xdg/menus/cinnamon-settings.menu
Loading

0 comments on commit 87e50cd

Please sign in to comment.