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:
parent
3f6571eb94
commit
2e562f3a01
2 changed files with 468 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue