1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
#! /bin/sh /usr/share/dpatch/dpatch-run
## 20_fix_doc.dpatch by Otavio Salvador <otavio@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
@DPATCH@
--- a/doc/index.html
+++ b/doc/index.html
@@ -7,8 +7,6 @@
<h1> Local TCM Documentation </h1>
<ul>
-<li> <a href="../README"> TCM README </a>
-<li> <a href="../INSTALL"> (Short) TCM Installation </a>
<li> <a href="usersguide/index.html"> TCM user's guide </a>
<li> <a href="wishlist/WishList.html"> TCM wish list </a>
<li> <a href="wishlist/FutureDevelopments.html"> TCM's future developments </a>
|