#!/usr/sbin/install-menu
#
# Generates the WindowMaker style menu for all registered applications.
compat="menu-1"

#!include menu.h

genmenu="styles.menu"
rootprefix="/etc/X11/WindowMaker"
userprefix="GNUstep/Library/WindowMaker"
treewalk=(M)

supported
wmstyle = "\"" $title "\" EXEC setstyle " $command "\n"
endsupported

startmenu= ifnempty ($title, $title " MENU \n")
submenutitle= ""
endmenu= ifnempty ($title, $title "  END \n")

