Index: trunk/Makefile.conf.in =================================================================== --- trunk/Makefile.conf.in (revision 1490) +++ trunk/Makefile.conf.in (revision 1491) @@ -18,3 +18,7 @@ RM=rm -f CP=cp LN=ln -s + +# installation paths +DOCDIR=$(install_root)$(DESTDIR)$(PREFIX)/share/doc/route-rnd +MAN1DIR=$(install_root)$(DESTDIR)$(PREFIX)/share/man/man1 Index: trunk/doc/Makefile =================================================================== --- trunk/doc/Makefile (revision 1490) +++ trunk/doc/Makefile (revision 1491) @@ -2,8 +2,6 @@ include $(ROOT)/Makefile.conf -DOCDIR=$(install_root)$(DESTDIR)$(PREFIX)/share/doc/route-rnd - all: *.html @echo -n "HTMLS=" > Makefile.list @ls *.html | grep -v Autostyle.html | tr "\n" " " >> Makefile.list