|
From: <sv...@va...> - 2005-07-01 22:00:55
|
Author: njn Date: 2005-07-01 23:00:50 +0100 (Fri, 01 Jul 2005) New Revision: 4075 Log: Remove ancient and presumably (since it doesn't work) now-unused script. Removed: trunk/make-uninstall-docs Deleted: trunk/make-uninstall-docs =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/make-uninstall-docs 2005-07-01 08:39:38 UTC (rev 4074) +++ trunk/make-uninstall-docs 2005-07-01 22:00:50 UTC (rev 4075) @@ -1,21 +0,0 @@ -#!/bin/sh - -# small tool to help documentation writers. -# Copy docs out of an installation tree (`pwd`/Inst) back to the build t= ree -# since it is a lot easier to edit them in the installation tree. -# Use with care! - -cp Inst/share/doc/valgrind/coregrind_core.html coregrind/docs -cp Inst/share/doc/valgrind/coregrind_intro.html coregrind/docs -cp Inst/share/doc/valgrind/coregrind_tools.html coregrind/docs -cp Inst/share/doc/valgrind/manual.html docs -cp Inst/share/doc/valgrind/ac_main.html addrcheck/docs -cp Inst/share/doc/valgrind/mc_main.html memcheck/docs -cp Inst/share/doc/valgrind/mc_techdocs.html memcheck/docs -cp Inst/share/doc/valgrind/cg_main.html cachegrind/docs -cp Inst/share/doc/valgrind/cg_techdocs.html cachegrind/docs -cp Inst/share/doc/valgrind/cc_main.html corecheck/docs -cp Inst/share/doc/valgrind/hg_main.html helgrind/docs -cp Inst/share/doc/valgrind/lk_main.html lackey/docs -cp Inst/share/doc/valgrind/nl_main.html none/docs - |