|
From: <sv...@va...> - 2005-07-25 23:37:00
|
Author: sewardj Date: 2005-07-26 00:36:58 +0100 (Tue, 26 Jul 2005) New Revision: 4262 Log: In the final install, copy the documentation .pdf/.ps to files with a bit of a more sensible name. 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-25 23:30:24 UTC (rev 4261) +++ trunk/docs/Makefile.am 2005-07-25 23:36:58 UTC (rev 4262) @@ -101,11 +101,11 @@ ifeq ($(BUILD_ALL_DOCS),yes) if test -r index.pdf ; then \ mkdir -p $(DESTDIR)$(datadir)/doc/valgrind/; \ - cp index.pdf $(DESTDIR)$(datadir)/doc/valgrind/; \ + cp index.pdf $(DESTDIR)$(datadir)/doc/valgrind/valgrind_manual.pdf; \ fi if test -r index.ps ; then \ mkdir -p $(DESTDIR)$(datadir)/doc/valgrind/; \ - cp index.ps $(DESTDIR)$(datadir)/doc/valgrind/; \ + cp index.ps $(DESTDIR)$(datadir)/doc/valgrind/valgrind_manual.ps; \ fi endif =20 |