Changeset 714 for trunk

Show
Ignore:
Timestamp:
10/20/10 09:35:50 (19 months ago)
Author:
mgalloy
Message:

IDLdoc 3.3 ready to go.

Location:
trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/ISSUES

    r707 r714  
    22---------- 
    33 
    4 There are no known bugs. Please add tickets for new bugs and add feature  
    5 requests at the project website, idldoc.idldev.com. 
     4Please add tickets for new bugs and add feature requests at the project 
     5website, idldoc.idldev.com. 
    66 
    77 
  • trunk/Makefile

    r707 r714  
    1 VERSION=3.3beta1 
     1VERSION=3.3 
    22REVISION=-r`svn info | sed -n 's/Revision: \(.*\)/\1/p'` 
    33IDL=idl64 
     
    3333srcdist: 
    3434        make version 
     35  
     36        rm -rf idldoc-$(VERSION)-src/ 
     37        svn export . idldoc-$(VERSION)-src/ 
    3538 
    36         svn export . idldoc-$(VERSION)-src/ 
     39        cd docs; make 
     40        cp docs/idldoc-reference.pdf idldoc-$(VERSION)-src/docs/ 
     41        cp docs/idldoc-tutorial.pdf idldoc-$(VERSION)-src/docs/ 
    3742 
    3843        zip -r idldoc-$(VERSION)-src.zip idldoc-$(VERSION)-src/* 
     
    4247        make version 
    4348         
     49        rm -rf idldoc-$(VERSION)         
    4450        mkdir idldoc-$(VERSION) 
    4551         
     
    5157        cp ISSUES idldoc-$(VERSION)/ 
    5258        cp RELEASE idldoc-$(VERSION)/ 
     59 
     60        cd docs; make 
     61        mkdir idldoc-$(VERSION)/docs 
     62        cp docs/idldoc-reference.pdf idldoc-$(VERSION)/docs/ 
     63        cp docs/idldoc-tutorial.pdf idldoc-$(VERSION)/docs/ 
    5364         
    54         svn export docs idldoc-$(VERSION)/docs/ 
    5565        svn export src/templates idldoc-$(VERSION)/templates/ 
    5666        svn export src/resources idldoc-$(VERSION)/resources/ 
  • trunk/RELEASE

    r707 r714  
    11Release notes 
    22============= 
     3*Released October 20, 2010* 
    34 
    45IDLdoc 3.3 
  • trunk/src/idldoc_version.pro

    r671 r714  
    1515  compile_opt strictarr, hidden 
    1616   
    17   version = '3.3beta1' 
    18   revision = '-r667' 
     17  version = '3.3' 
     18  revision = '-r713' 
    1919   
    2020  return, version + (keyword_set(full) ? (' ' + revision) : '')