Index: Makefile =================================================================== --- Makefile (nonexistent) +++ Makefile (revision 869) @@ -0,0 +1,6 @@ +MENU_RES=../src/gpcb-menu.res ../src/pcb-menu.res + +all: keys.html + +keys.html: $(MENU_RES) + ../util/keylist.sh $(MENU_RES) > keys.html \ No newline at end of file