Index: Makefile =================================================================== --- Makefile (revision 4327) +++ Makefile (revision 4328) @@ -1,8 +1,9 @@ MENU_RES=../src/pcb-menu-gtk.lht ../src/pcb-menu-lesstif.lht MENU_RES_MKEY=../src/pcb-menu-mkey.lht KEYLIST=../util/keylist.sh +DEBLIST=../util/devhelpers/deblist.sh -all: keys.html keys_mkey.html +all: keys.html keys_mkey.html features/debian_list.html ./Autostyle.sh *.html features/*.html keys.html: $(MENU_RES) $(KEYLIST) @@ -11,6 +12,9 @@ keys_mkey.html: $(MENU_RES_MKEY) $(KEYLIST) $(KEYLIST) $(MENU_RES_MKEY) > keys_mkey.html +features/debian_list.html: ../debian/control + $(DEBLIST) < ../debian/control > features/debian_list.html + ./Autostyle.sh features/debian_list.html install: cd man && make install