- Timestamp:
- 09/14/11 16:40:40 (8 months ago)
- Files:
-
- 1 modified
-
trunk/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r751 r761 2 2 REVISION=-r`svn info | sed -n 's/Revision: \(.*\)/\1/p'` 3 3 IDL=idl64 4 DOC_IDL=idl 4 5 5 6 .PHONY: all clean doc book regression tests version srcdist dist updates … … 19 20 20 21 doc: 21 $( IDL) < idldoc_build_docs.pro22 $(DOC_IDL) < idldoc_build_docs.pro 22 23 23 24 book: 24 $( IDL) idldoc_build_book25 $(DOC_IDL) idldoc_build_book 25 26 cd api-book; pdflatex -halt-on-error index.tex 26 27 cd api-book; pdflatex -halt-on-error index.tex
