Changeset 20 for trunk/adm/makefile


Ignore:
Timestamp:
12/20/10 11:22:11 (13 years ago)
Author:
pinsard
Message:

sphinx intermapping with SAXO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/adm/makefile

    r2 r20  
    2121# ========== 
    2222# 
     23# - fplod 20101220T092552Z aedon.locean-ipsl.upmc.fr (Darwin) 
     24# 
     25#   * add saxo inventory file for sphinx intermapping 
    2326# 
    2427# - fplod 20101118T165524Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    5962URLPUBLISH = \ 
    6063http://www.locean-ipsl.upmc.fr/~fplod/$(PRODUCT)/$(SUBPRODUCT)/doc/ 
     64 
     65LIST_INVENTORY = \ 
     66$(DIRADM)/saxo.inv 
    6167 
    6268LIST_RST_GUIDES = \ 
     
    205211$(DIRADM)/index_guides.rst \ 
    206212$(DIRTMP)/sphinx_tmpdir/index_manuals.rst \ 
     213$(LIST_INVENTORY) \ 
    207214$(LIST_RST_GUIDES) \ 
    208215$(LIST_SRCSH_RST) \ 
     
    211218        @cp $(DIRADM)/index_guides.rst $(DIRTMP)/sphinx_tmpdir/ 
    212219        @cp $(LIST_RST_GUIDES) $(DIRTMP)/sphinx_tmpdir/guides/ 
     220        @cp $(LIST_INVENTORY) $(DIRTMP)/sphinx_tmpdir/ 
    213221        @sphinx-build -b html -c $(DIRADM)/sphinx \ 
    214222            -d $(DIRTMP)/sphinx_tmpdir/doctrees \ 
     
    222230$(DIRADM)/index_guides.rst \ 
    223231$(DIRTMP)/sphinx_tmpdir/index_manuals.rst \ 
     232$(LIST_INVENTORY) \ 
    224233$(LIST_RST_GUIDES) \ 
    225234$(LIST_SRCSH_RST) \ 
     
    228237        @cp $(DIRADM)/index_guides.rst $(DIRTMP)/sphinx_tmpdir/ 
    229238        @cp $(LIST_RST_GUIDES) $(DIRTMP)/sphinx_tmpdir/guides/ 
     239        @cp $(LIST_INVENTORY) $(DIRTMP)/sphinx_tmpdir/ 
    230240        @sphinx-build -b singlehtml -c $(DIRADM)/sphinx \ 
    231241            -d $(DIRTMP)/sphinx_tmpdir/doctrees \ 
     
    242252$(DIRADM)/index_guides.rst \ 
    243253$(DIRTMP)/sphinx_tmpdir/index_manuals.rst \ 
     254$(LIST_INVENTORY) \ 
    244255$(LIST_RST_GUIDES) \ 
    245256$(LIST_SRCSH_RST) \ 
     
    248259        @cp $(DIRADM)/index_guides.rst $(DIRTMP)/sphinx_tmpdir/ 
    249260        @cp $(LIST_RST_GUIDES) $(DIRTMP)/sphinx_tmpdir/guides/ 
     261        @cp $(LIST_INVENTORY) $(DIRTMP)/sphinx_tmpdir/ 
    250262        @sphinx-build -b latex -c $(DIRADM)/sphinx \ 
    251263            -d $(DIRTMP)/sphinx_tmpdir/doctrees \ 
Note: See TracChangeset for help on using the changeset viewer.