Changeset 4220 for trunk/scripts/install.sh
- Timestamp:
- 04/24/08 12:26:10 (6 months ago)
- Files:
-
- 1 modified
-
trunk/scripts/install.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/install.sh
r4132 r4220 56 56 ln -sf ../share/logtalk/xml/lgt2html.sh lgt2html 57 57 ln -sf ../share/logtalk/xml/lgt2xml.sh lgt2xml 58 ln -sf ../share/logtalk/xml/lgt2txt.sh lgt2txt 58 59 59 echo "Links to the \"cplgtdirs\", \"lgt2pdf\", \"lgt2html\", and \"lgt2xml\" scripts"60 echo " have been created on \"$prefix/bin\"; you may need to add this directory"61 echo " to your execution path."60 echo "Links to the \"cplgtdirs\", \"lgt2pdf\", \"lgt2html\", \"lgt2xml\", and" 61 echo "\"lgt2txt\" scripts have been created on \"$prefix/bin\";" 62 echo "you may need to add this directory to your execution path." 62 63 echo 63 64
