Logtalk 2.22.2 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1218 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2004-12-25 03:06:18 +00:00
parent c0c9dcef65
commit 7f6c6af7d5
162 changed files with 768 additions and 476 deletions

View File

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