Add debianisation code and automatic build script
[wmaker-crm.git] / debian / appearance.menu-method
blobe12c6ffbbca3313fd515b94fc02db8dd9c9ddb72
1 #!/usr/bin/install-menu
3 # Generates the Window Maker Appereance menu
4 compat="menu-1"
6 #!include menu.h
8 genmenu="appearance.menu"
9 rootprefix="/etc/X11/WindowMaker"
10 userprefix=shell("echo -n /${GNUSTEP_USER_ROOT-GNUstep}") "/Library/WindowMaker"
11 treewalk=(M)
13 supported
14 wmappearance = "  \"" $title "\" " $command "\n"
15 endsupported
17 # Please note that items should specify "section=Appearance"
19 preoutput="/* Automatically generated file. Do not edit. */\n\n#include \"wmmacros\"\n\n"
21 postoutput="\n"
23 mainmenutitle=""
24 submenutitle= ""
25 startmenu= ifnempty ($title, $title " MENU \n")
26 endmenu= ifnempty ($title, $title "  END \n")