Changeset 4624

Show
Ignore:
Timestamp:
11/30/08 10:03:56 (6 weeks ago)
Author:
pmoura
Message:

Updated the MacOS X installer postflight script to open the Logtalk installation folder and the "README.txt" file.

Location:
trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/compiler/logtalk.pl

    r4620 r4624  
    19021902    \+ '$lgt_current_flag_'(Flag, _). 
    19031903 
    1904 current_logtalk_flag(version, version(2, 34, 0)). 
     1904current_logtalk_flag(version, version(2, 34, 1)). 
    19051905 
    19061906 
  • trunk/QUICK_START.txt

    r4620 r4624  
    5454understanding of the main Logtalk concepts. 
    5555 
    56 4. Go back to the "index.html" file, select the "User Manual" link,  
    57 then the "Installing Logtalk" and "Running and debugging Logtalk  
    58 programs" links. This will provide you with a basic understanding of  
     564. Go back to the "index.html" file, select the "User Manual" link, then 
     57the "Installing Logtalk" and "Writing, Running, and Debugging Logtalk 
     58Programs" links. This will provide you with a basic understanding of  
    5959how to start Logtalk as well as how to compile and load Logtalk code. 
    6060 
  • trunk/RELEASE_NOTES.txt

    r4622 r4624  
    2121    Added a set of double-clickable *.command Terminal files for starting 
    2222    Logtalk with selected back-end Prolog compilers on MacOS X. 
     23 
     24    Updated the MacOS X installer postflight script to open the Logtalk 
     25    installation folder and the "README.txt" file. 
    2326 
    2427 
  • trunk/scripts/macosx/postflight

    r4620 r4624  
    3939echo "Creating a link to the Logtalk installation folder in the /Applications folder..." 
    4040ln -sf /opt/local/share/logtalk /Applications/Logtalk 
     41open /Applications/Logtalk/ 
     42open /Applications/Logtalk/README.txt 
    4143 
    4244echo ""