Changeset 761 for trunk

Show
Ignore:
Timestamp:
09/14/11 16:40:40 (8 months ago)
Author:
mgalloy
Message:

Using separate IDL versions for making the API docs and building the distribution save file.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r751 r761  
    22REVISION=-r`svn info | sed -n 's/Revision: \(.*\)/\1/p'` 
    33IDL=idl64 
     4DOC_IDL=idl 
    45 
    56.PHONY: all clean doc book regression tests version srcdist dist updates 
     
    1920 
    2021doc: 
    21         $(IDL) < idldoc_build_docs.pro 
     22        $(DOC_IDL) < idldoc_build_docs.pro 
    2223 
    2324book: 
    24         $(IDL) idldoc_build_book 
     25        $(DOC_IDL) idldoc_build_book 
    2526        cd api-book; pdflatex -halt-on-error index.tex 
    2627        cd api-book; pdflatex -halt-on-error index.tex