Index: 1.1.4/doc-rnd/Makefile =================================================================== --- 1.1.4/doc-rnd/Makefile (revision 5775) +++ 1.1.4/doc-rnd/Makefile (revision 5776) @@ -3,7 +3,7 @@ KEYLIST=../util/keylist.sh DEBLIST=../util/devhelpers/deblist.sh -all: keys.html keys_mkey.html features/debian_list.html +all: keys.html keys_mkey.html ./Autostyle.sh *.html features/*.html keys.html: $(MENU_RES) $(KEYLIST) @@ -12,10 +12,6 @@ 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