1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

* autogen.sh: Do not copy INSTALL from workbook since it is not

uniform across branches.
* INSTALL: Re-added to repository.
This commit is contained in:
Marius Vollmer 2002-07-07 20:17:29 +00:00
parent 3f6571eb94
commit 2e562f3a01
2 changed files with 468 additions and 1 deletions

View file

@ -21,7 +21,7 @@ fi
: found workbook at $workbook
workbook=`(cd $workbook ; pwd)`
workbookdistfiles="ANON-CVS HACKING INSTALL SNAPSHOTS"
workbookdistfiles="ANON-CVS HACKING SNAPSHOTS"
for f in $workbookdistfiles ; do
rm -f $f
ln -s $workbook/build/dist-files/$f $f