Changeset 54 for trunk/adm/makefile


Ignore:
Timestamp:
06/23/11 18:54:07 (13 years ago)
Author:
pinsard
Message:

small improvments for admin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/adm/makefile

    r50 r54  
    1414# add -W to sphinx command when encoding problems are solved 
    1515# 
    16 # deux biblio : une dans guide et une dans website : actuellement seule celle de# website est vu dans html_dev 
    17 # 
    1816# usage of sphinx/source/Makefile 
    1917# 
     
    3735#   * replace URLPUBLISH by URLPUBLISH_DEV 
    3836#   * replace DIRWWW by DIRWWW_DEV 
    39 #   * add URLPUBLISH_USER and DIRWWW_USER to handle website  
    40 #    
     37#   * add URLPUBLISH_USER and DIRWWW_USER to handle website 
     38# 
    4139# - fplod 20110203T101853Z aedon.locean-ipsl.upmc.fr (Darwin) 
    4240# 
     
    109107 
    110108LIST_RST_GUIDES = \ 
    111 $(shell find $(DIRADM)/guides/ -name "*.rst") \ 
    112 $(shell find $(DIRADM)/website/ -name "*.rst") \ 
     109$(shell find $(DIRADM)/guides/ -name "*.rst") 
    113110 
    114111LIST_SRCSH = \ 
     
    244241        @mkdir -p $(DIRWWW_DEV)/src_browser/ 
    245242 
    246  
    247243install_all : \ 
    248244install_html_dev \ 
     
    329325html_dev 
    330326 
    331 html_user :  
     327html_user : 
    332328        cd $(DIRADM)/website/; make html 
    333329 
     
    349345$(LIST_SRCODV_RST) \ 
    350346$(LIST_SRCPYTHON) 
     347        echo $(LIST_RST_GUIDES) 
    351348        @cp $(DIRADM)/index.rst $(DIRTMP)/sphinx_tmpdir/ 
    352349        @cp $(DIRADM)/index_guides.rst $(DIRTMP)/sphinx_tmpdir/ 
     
    388385 
    389386pdf_user : 
    390         cd $(DIRADM)/website/; make latexpdf  
     387        cd $(DIRADM)/website/; make latexpdf 
    391388 
    392389pdf_dev : \ 
     
    501498 
    502499html_src_browser_doxygen : \ 
    503         $(DIRWWW_DEV)/src_browser/doxygen/ 
     500$(DIRWWW_DEV)/src_browser/doxygen/ 
    504501 
    505502$(DIRWWW_DEV)/src_browser/doxygen/ : \ 
Note: See TracChangeset for help on using the changeset viewer.