Index: trunk/doc/Makefile =================================================================== --- trunk/doc/Makefile (revision 31400) +++ trunk/doc/Makefile (revision 31401) @@ -3,17 +3,17 @@ DEBLIST=../util/devhelpers/deblist.sh ROOT=.. -all: keys.html user/05_ui/06_common/keytree.svg user/05_ui/06_common/keytree.txt +all: keys.html user/05_ui/04_common/keytree.svg user/05_ui/04_common/keytree.txt ROOT="" ./Autostyle.sh *.html include ../Makefile.conf -user/05_ui/06_common/keytree.svg: $(MENU_RES) $(KEYLIST) - $(KEYLIST) --dot user/05_ui/06_common/src/node_names.txt $(MENU_RES) > user/05_ui/06_common/keytree.dot - dot -Tsvg < user/05_ui/06_common/keytree.dot >user/05_ui/06_common/keytree.svg +user/05_ui/04_common/keytree.svg: $(MENU_RES) $(KEYLIST) + $(KEYLIST) --dot user/05_ui/04_common/src/node_names.txt $(MENU_RES) > user/05_ui/04_common/keytree.dot + dot -Tsvg < user/05_ui/04_common/keytree.dot >user/05_ui/04_common/keytree.svg -user/05_ui/06_common/keytree.txt: $(MENU_RES) $(KEYLIST) - $(KEYLIST) --lst $(MENU_RES) > user/05_ui/06_common/keytree.txt +user/05_ui/04_common/keytree.txt: $(MENU_RES) $(KEYLIST) + $(KEYLIST) --lst $(MENU_RES) > user/05_ui/04_common/keytree.txt keys.html: $(MENU_RES) $(KEYLIST)