Ignore:
Timestamp:
04/20/10 15:14:28 (14 years ago)
Author:
pinsard
Message:

add design target for documents productions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/savesaxo.sh

    r430 r431  
    1717#   * do not anymore transfert tools and temporary files on download/ 
    1818# 
    19 #     already existing files have been removed manualy on  
     19#     already existing files have been removed manualy on 
    2020#     saxo@forge:~/download/xmldoc/ 
    21 #  
     21# 
    2222# - fplod 20100125T112917Z aedon.locean-ipsl.upmc.fr (Darwin) 
    23 #    
     23# 
    2424#   * complete doidldoc.sh calling sequence 
    2525# 
     
    187187rev=$( svn info | grep -i revision | awk '{print $NF}' ) 
    188188# memorize current directory 
    189 memopwd=$(pwd) # should be <working space>/SRC/Documentation/xmldoc 
     189# should be <working space>/SRC/Documentation/xmldoc 
     190memopwd=$(pwd) 
    190191# 
    191192#------------------------------------------------------------------ 
     
    252253   cd ${memopwd} 
    253254   make clean 
    254    make html  
     255   make html 
    255256fi 
    256257#------------------------------------------------------------------ 
     
    261262   # 
    262263   cd ${memopwd} 
    263    make clean  
     264   make clean 
    264265   make tracwiki 
    265266fi 
     
    290291   ${SAXO_DIR}/SRC/Documentation/xmldoc/doidldoc.sh \ 
    291292      -i ../.. -t "SAXO Documentation" \ 
    292       -o ../idldoc_html_output/  
     293      -o ../idldoc_html_output/ 
    293294      -idl_dir ${idl_dir} 
    294295      -e pro -r ../idldoc_html_output/ \ 
     
    607608[ -f job_data_idris_$$ ] && rm -f job_data_idris_$$ 
    608609# 
    609 exit  
     610exit 
Note: See TracChangeset for help on using the changeset viewer.