Changeset 736
- Timestamp:
- 02/15/11 19:28:59 (15 months ago)
- Files:
-
- 1 modified
-
trunk/src/doc_system__define.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/doc_system__define.pro
r735 r736 1156 1156 resourceDestination = filepath('', subdir=['idldoc-resources'], $ 1157 1157 root=self.output) 1158 1159 file_delete, resourceDestination, /recursive, /allow_nonexistent 1160 file_mkdir, resourceDestination 1158 1159 ; allow idldoc-resources directory to stay if it is a directory 1160 if (~file_test(resourceDestination, /directory)) then begin 1161 file_delete, resourceDestination, /recursive, /allow_nonexistent 1162 file_mkdir, resourceDestination 1163 endif 1164 1165 ; copy the resource files 1161 1166 file_copy, resourceLocation, resourceDestination, /recursive, /overwrite 1162 1167 1168 ; move the LaTeX files up a directory if needed 1163 1169 if (self.commentstyle eq 'latex') then begin 1164 1170 file_move, resourceDestination + 'idldoc' + ['.cls', '.sty'], $
