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