Logtalk 2.23.1 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1260 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2005-03-06 21:19:09 +00:00
parent 4c972ca825
commit 8b74eb8b2b
159 changed files with 625 additions and 481 deletions

View File

@@ -2,7 +2,7 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.23.0
## Release 2.23.1
##
## Copyright (c) 1998-2005 Paulo Moura. All Rights Reserved.
## =================================================================
@@ -16,26 +16,26 @@ else
prefix="$1"
fi
rm -rf $prefix/lgt2230
rm -rf $prefix/lgt2231
rm -f $prefix/logtalk
mkdir $prefix/lgt2230
mkdir $prefix/lgt2231
cd ..
cp -R * $prefix/lgt2230
cp -R * $prefix/lgt2231
cd $prefix
chmod -R go-w,a+r lgt2230
chmod a+x lgt2230
chmod a+x lgt2230/misc/*.sh
chmod a+x lgt2230/xml/*.sh
ln -sf lgt2230 logtalk
chmod -R go-w,a+r lgt2231
chmod a+x lgt2231
chmod a+x lgt2231/misc/*.sh
chmod a+x lgt2231/xml/*.sh
ln -sf lgt2231 logtalk
mkdir -p bin
cd bin
ln -sf ../lgt2230/misc/cplgtdirs.sh cplgtdirs
ln -sf ../lgt2230/xml/lgt2pdf.sh lgt2pdf
ln -sf ../lgt2230/xml/lgt2html.sh lgt2html
ln -sf ../lgt2231/misc/cplgtdirs.sh cplgtdirs
ln -sf ../lgt2231/xml/lgt2pdf.sh lgt2pdf
ln -sf ../lgt2231/xml/lgt2html.sh lgt2html
echo "Logtalk installation completed."
echo