Index: Makefile =================================================================== --- Makefile (revision 304) +++ Makefile (revision 305) @@ -2,6 +2,7 @@ KEYLIST=../util/keylist.sh DEBLIST=../util/devhelpers/deblist.sh ROOT=.. +LIBARCHDIR=lib all: user/keys.html user/keytree.svg user/keytree.txt ROOT="" ./Autostyle.sh *.html @@ -8,7 +9,7 @@ include ../Makefile.conf -SCCBOX = $(LIBRND_PREFIX)/lib/librnd3/scconfig/sccbox +SCCBOX = $(LIBRND_PREFIX)/$(LIBARCHDIR)/librnd3/scconfig/sccbox user/keytree.svg: $(MENU_RES) $(KEYLIST) $(KEYLIST) --dot user/node_names.txt $(MENU_RES) > user/keytree.dot Index: developer/Makefile =================================================================== --- developer/Makefile (revision 304) +++ developer/Makefile (revision 305) @@ -1,5 +1,6 @@ include ../../Makefile.conf -SCCBOX = $(LIBRND_PREFIX)/lib/librnd3/scconfig/sccbox +LIBARCHDIR=lib +SCCBOX = $(LIBRND_PREFIX)/$(LIBARCHDIR)/librnd3/scconfig/sccbox all: Index: man/Makefile =================================================================== --- man/Makefile (revision 304) +++ man/Makefile (revision 305) @@ -4,7 +4,8 @@ include $(ROOT)/Makefile.conf MAN1DIR=$(SHAREDIR)/man/man1 -SCCBOX = $(LIBRND_PREFIX)/lib/librnd3/scconfig/sccbox +LIBARCHDIR=lib +SCCBOX = $(LIBRND_PREFIX)/$(LIBARCHDIR)/librnd3/scconfig/sccbox IN=camv-rnd.1.mml OUT_HTML = camv-rnd.1.html Index: user/Makefile =================================================================== --- user/Makefile (revision 304) +++ user/Makefile (revision 305) @@ -1,5 +1,6 @@ include ../../Makefile.conf -SCCBOX = $(LIBRND_PREFIX)/lib/librnd3/scconfig/sccbox +LIBARCHDIR=lib +SCCBOX = $(LIBRND_PREFIX)/$(LIBARCHDIR)/librnd3/scconfig/sccbox all: