From: Julian Seward Date: Wed, 20 Nov 2002 08:17:16 +0000 (+0000) Subject: A small tool to help documentation writers. Copies docs out of an X-Git-Tag: svn/VALGRIND_1_9_4~117 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=69ca0cb5c3c28ecdcb66e577c7e3c4a644e254f3;p=thirdparty%2Fvalgrind.git A small tool to help documentation writers. Copies docs out of an installation tree (`pwd`/Inst) back to the build tree since it is a lot easier to edit them in the installation tree. Use with care! git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1330 --- diff --git a/make-uninstall-docs b/make-uninstall-docs new file mode 100755 index 0000000000..e7709a918f --- /dev/null +++ b/make-uninstall-docs @@ -0,0 +1,21 @@ +#!/bin/sh + +# small tool to help documentation writers. +# Copy docs out of an installation tree (`pwd`/Inst) back to the build tree +# 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_skins.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 +