Changeset 84


Ignore:
Timestamp:
07/12/10 16:23:27 (14 years ago)
Author:
pinsard
Message:

add browser to published work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/adm/makefile

    r83 r84  
    2020# 
    2121# $Id$ 
     22# 
     23# - fplod 20100712T140824Z aedon.locean-ipsl.upmc.fr (Darwin) 
     24# 
     25#   * add installation of src_browser output 
    2226# 
    2327# - fplod 20100621T090148Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    278282install_all : \ 
    279283install_html \ 
    280 install_pdf 
     284install_pdf \ 
     285install_browser 
    281286 
    282287install_html : 
     
    285290install_pdf : 
    286291        @$(DIRADM)/install.sh -w $(DIRWWW)/manuals/pdf/ -u $(URLPUBLISH)/pdf/ 
     292 
     293install_browser : 
     294        @$(DIRADM)/install.sh -w $(DIRWWW)/src_browser/doxygen/html/ -u $(URLPUBLISH)/src_browser/doxygen/html/ 
    287295 
    288296clean : \ 
Note: See TracChangeset for help on using the changeset viewer.