sewardj | ce1d7a8 | 2002-11-20 08:17:16 +0000 | [diff] [blame] | 1 | #!/bin/sh |
| 2 | |
| 3 | # small tool to help documentation writers. |
| 4 | # Copy docs out of an installation tree (`pwd`/Inst) back to the build tree |
| 5 | # since it is a lot easier to edit them in the installation tree. |
| 6 | # Use with care! |
| 7 | |
| 8 | cp Inst/share/doc/valgrind/coregrind_core.html coregrind/docs |
| 9 | cp Inst/share/doc/valgrind/coregrind_intro.html coregrind/docs |
nethercote | 137bc55 | 2003-11-14 17:47:54 +0000 | [diff] [blame] | 10 | cp Inst/share/doc/valgrind/coregrind_tools.html coregrind/docs |
sewardj | ce1d7a8 | 2002-11-20 08:17:16 +0000 | [diff] [blame] | 11 | cp Inst/share/doc/valgrind/manual.html docs |
| 12 | cp Inst/share/doc/valgrind/ac_main.html addrcheck/docs |
| 13 | cp Inst/share/doc/valgrind/mc_main.html memcheck/docs |
| 14 | cp Inst/share/doc/valgrind/mc_techdocs.html memcheck/docs |
| 15 | cp Inst/share/doc/valgrind/cg_main.html cachegrind/docs |
| 16 | cp Inst/share/doc/valgrind/cg_techdocs.html cachegrind/docs |
| 17 | cp Inst/share/doc/valgrind/cc_main.html corecheck/docs |
| 18 | cp Inst/share/doc/valgrind/hg_main.html helgrind/docs |
| 19 | cp Inst/share/doc/valgrind/lk_main.html lackey/docs |
| 20 | cp Inst/share/doc/valgrind/nl_main.html none/docs |
| 21 | |