Changeset 58 for trunk/adm


Ignore:
Timestamp:
06/28/11 16:51:02 (13 years ago)
Author:
pinsard
Message:

distinct data_out doc for dev. and user

Location:
trunk/adm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/adm/guides/data_content.rst

    r50 r58  
    88.. EVOLUTIONS 
    99.. ========== 
     10.. 
     11.. - fplod 20110628T141021Z aedon.locean-ipsl.upmc.fr (Darwin) 
     12.. 
     13..   * get rid of link (a mess within sphinx and svn) 
    1014.. 
    1115.. - fplod 20110421T085807Z aedon.locean-ipsl.upmc.fr (Darwin) 
  • trunk/adm/makefile

    r54 r58  
    77# ======== 
    88# 
    9 # génération des manuels tropflux 
     9# génération des documentations tropflux 
     10# 
     11# SEE ALSO 
     12# ======== 
     13# 
     14# :ref:`build_doc` 
    1015# 
    1116# TODO 
     
    2328# ========== 
    2429# 
     30# - fplod 20110628T140016Z aedon.locean-ipsl.upmc.fr (Darwin) 
     31# 
     32#   * correction according to build_doc.rst 
    2533# - fplod 20110421T160731Z aedon.locean-ipsl.upmc.fr (Darwin) 
    2634# 
     
    107115 
    108116LIST_RST_GUIDES = \ 
    109 $(shell find $(DIRADM)/guides/ -name "*.rst") 
     117$(shell find $(DIRADM)/guides/ -name "*.rst" | \ 
     118        sed -e "s+$(DIRADM)/guides/+$(DIRTMP)/sphinx_tmpdir/guides/+g") 
    110119 
    111120LIST_SRCSH = \ 
     
    203212        @echo "" 
    204213        @echo "Following commands are available to build outputs :" 
    205         @echo "\$$ make all" 
     214        @echo "\$$ make all_dev" 
    206215        @echo " " 
    207216        @echo "Check links before installation : " 
     
    296305 
    297306all : \ 
     307all_dev \ 
     308all_user 
     309 
     310all_dev : \ 
     311html_dev \ 
     312pdf_dev \ 
    298313man \ 
    299314html_src_browser 
     315 
     316all_user : \ 
     317html_user \ 
     318pdf_user 
    300319 
    301320html_src_browser : \ 
     
    345364$(LIST_SRCODV_RST) \ 
    346365$(LIST_SRCPYTHON) 
    347         echo $(LIST_RST_GUIDES) 
    348366        @cp $(DIRADM)/index.rst $(DIRTMP)/sphinx_tmpdir/ 
    349367        @cp $(DIRADM)/index_guides.rst $(DIRTMP)/sphinx_tmpdir/ 
    350         @cp $(LIST_RST_GUIDES) $(DIRTMP)/sphinx_tmpdir/guides/ 
    351368        @cp $(LIST_INVENTORY) $(DIRTMP)/sphinx_tmpdir/ 
    352369        @cp $(LIST_SRCPYTHON) $(DIRTMP)/sphinx_tmpdir/manuals/ 
     
    372389        @cp $(DIRADM)/index.rst $(DIRTMP)/sphinx_tmpdir/ 
    373390        @cp $(DIRADM)/index_guides.rst $(DIRTMP)/sphinx_tmpdir/ 
    374         @cp $(LIST_RST_GUIDES) $(DIRTMP)/sphinx_tmpdir/guides/ 
    375391        @cp $(LIST_INVENTORY) $(DIRTMP)/sphinx_tmpdir/ 
    376392        @sphinx-build -b singlehtml -c $(DIRADM)/sphinx \ 
     
    405421        @cp $(DIRADM)/index.rst $(DIRTMP)/sphinx_tmpdir/ 
    406422        @cp $(DIRADM)/index_guides.rst $(DIRTMP)/sphinx_tmpdir/ 
    407         @cp $(LIST_RST_GUIDES) $(DIRTMP)/sphinx_tmpdir/guides/ 
    408423        @cp $(LIST_INVENTORY) $(DIRTMP)/sphinx_tmpdir/ 
    409424        @sphinx-build -b latex -c $(DIRADM)/sphinx \ 
     
    417432 
    418433$(DIRTMP)/sphinx_tmpdir/index_manuals.rst : 
    419         @-mkdir $(DIRTMP)/sphinx_tmpdir/ 
    420434        @echo ".. _index_manuals:" > $@ 
    421435        @echo " " >> $@ 
     
    522536        @$(DIRADM)/extract_rst.sh -i $< -l sh -o $@ 
    523537 
     538$(DIRADM)/sphinx_tmpdir/guides/%.rst : $(DIRADM)/guides/%.rst 
     539        @cp $< $@ 
     540 
    524541$(DIRDESIGN)/images/%.png : $(DIRDESIGN)/images/%.svg 
    525542        @convert $< $@ 
Note: See TracChangeset for help on using the changeset viewer.