From 9d5a14ab2de02b88af71b3092a98b982c2210738 Mon Sep 17 00:00:00 2001 From: dockes Date: Thu, 20 Oct 2005 12:17:49 +0000 Subject: [PATCH] *** empty log message *** --- src/README | 1 + src/makesrcdist.sh | 21 ++++++++++++++++++--- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/src/README b/src/README index 340407b5..5c6940ae 100644 --- a/src/README +++ b/src/README @@ -1,3 +1,4 @@ + A more complete version of this document can be found at http://www.recoll.org diff --git a/src/makesrcdist.sh b/src/makesrcdist.sh index f420c804..231065c2 100644 --- a/src/makesrcdist.sh +++ b/src/makesrcdist.sh @@ -26,9 +26,24 @@ else fi fi -chmod +w README -links -dump ~/projets/pagepers/recoll/index.html > toto && mv toto README -cvs commit -m '' README +chmod +w README INSTALL +cat < README + +A more complete version of this document can be found at http://www.recoll.org + + +EOF +cat < INSTALL + +A more complete version of this document can be found at http://www.recoll.org + + +EOF + +links -dump ~/projets/pagepers/recoll/index.html >> README +links -dump ~/projets/pagepers/recoll/usermanual.html >> README +links -dump ~/projets/pagepers/recoll/installation.html >> INSTALL +cvs commit -m '' README INSTALL # Clean up this dir and copy the dist-specific files make clean