|
From: <sv...@va...> - 2005-07-18 23:56:47
|
Author: dirk Date: 2005-07-19 00:56:46 +0100 (Tue, 19 Jul 2005) New Revision: 4171 Log: allow to be build in a buildroot Modified: trunk/docs/Makefile.am Modified: trunk/docs/Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/docs/Makefile.am 2005-07-18 23:52:10 UTC (rev 4170) +++ trunk/docs/Makefile.am 2005-07-18 23:56:46 UTC (rev 4171) @@ -77,8 +77,8 @@ # the time. install-data-hook: if test -r html ; then \ - mkdir -p $(datadir)/doc/valgrind/; \ - cp -r html $(datadir)/doc/valgrind/; \ + mkdir -p $(DESTDIR)$(datadir)/doc/valgrind/; \ + cp -r html $(DESTDIR)$(datadir)/doc/valgrind/; \ fi =20 dist-hook: html-docs |