Changeset 4220 for trunk/scripts/linux/logtalk.spec
- Timestamp:
- 04/24/08 12:26:10 (6 months ago)
- Files:
-
- 1 modified
-
trunk/scripts/linux/logtalk.spec (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/linux/logtalk.spec
r4208 r4220 52 52 ln -sf ../share/logtalk/xml/lgt2html.sh lgt2html 53 53 ln -sf ../share/logtalk/xml/lgt2xml.sh lgt2xml 54 ln -sf ../share/logtalk/xml/lgt2txt.sh lgt2txt 54 55 55 56 %clean … … 67 68 rm -f lgt2pdf 68 69 rm -f lgt2xml 70 rm -f lgt2txt 69 71 rm -f plclgt 70 72 rm -f qplgt … … 104 106 /usr/local/bin/lgt2html 105 107 /usr/local/bin/lgt2xml 108 /usr/local/bin/lgt2txt 106 109 /usr/local/bin/bplgt 107 110 /usr/local/bin/ciaolgt … … 123 126 echo "Installed Logtalk on \"$RPM_INSTALL_PREFIX/share\"." 124 127 echo 125 echo "Links to the \"cplgtdirs\", \"lgt2pdf\", \"lgt2html\", and \"lgt2xml\" scripts"126 echo " have been created on \"$RPM_INSTALL_PREFIX/bin\"; you may need to add this directory"127 echo " to your execution path."128 echo "Links to the \"cplgtdirs\", \"lgt2pdf\", \"lgt2html\", \"lgt2xml\", and" 129 echo "\"lgt2txt\" scripts have been created on \"$RPM_INSTALL_PREFIX/bin\";" 130 echo " you may need to add this directoryto your execution path." 128 131 echo 129 132 echo "The following integration scripts are installed for running Logtalk"
