Show
Ignore:
Timestamp:
04/24/08 12:26:10 (6 months ago)
Author:
pmoura
Message:

Added a "lgttxt.xsl" XSLT style-sheet and two shell scripts, "lgt2txt.sh" and "lgt2txt.js", for converting XML documenting files into text files.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/scripts/linux/logtalk.spec

    r4208 r4220  
    5252ln -sf ../share/logtalk/xml/lgt2html.sh lgt2html 
    5353ln -sf ../share/logtalk/xml/lgt2xml.sh lgt2xml 
     54ln -sf ../share/logtalk/xml/lgt2txt.sh lgt2txt 
    5455 
    5556%clean 
     
    6768rm -f lgt2pdf 
    6869rm -f lgt2xml 
     70rm -f lgt2txt 
    6971rm -f plclgt 
    7072rm -f qplgt 
     
    104106/usr/local/bin/lgt2html 
    105107/usr/local/bin/lgt2xml 
     108/usr/local/bin/lgt2txt 
    106109/usr/local/bin/bplgt 
    107110/usr/local/bin/ciaolgt 
     
    123126echo "Installed Logtalk on \"$RPM_INSTALL_PREFIX/share\"." 
    124127echo 
    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." 
     128echo "Links to the \"cplgtdirs\", \"lgt2pdf\", \"lgt2html\", \"lgt2xml\", and" 
     129echo "\"lgt2txt\" scripts have been created on \"$RPM_INSTALL_PREFIX/bin\";" 
     130echo " you may need to add this directoryto your execution path." 
    128131echo 
    129132echo "The following integration scripts are installed for running Logtalk"