Ignore:
Timestamp:
04/13/12 12:58:01 (12 years ago)
Author:
pinsard
Message:

consolidation of doc dev. (to be cont.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/docs_dev/makefile_non_sphinx

    r516 r517  
    1919# :ref:`Makefile` 
    2020# 
    21 # :ref:`extract_rst.sh` 
     21# :ref:`extract_rst.sh <fptools:extract_rst.sh>` 
    2222# 
    2323# :ref:`for_doc.sh` 
     
    207207# 
    208208#   * add man_troff which shell script possible now with docutils 0.6 
    209 #     can be test with 
    210 #      $ man -M ../doc/manuals/man varamma_profile.sh 
     209#     can be test with:: 
     210# 
     211#      man -M ../doc/manuals/man varamma_profile.sh 
    211212# 
    212213# - fplod 2009-05-15T13:26:19Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    285286$(shell echo "$(LIST_SRCMATLAB)" | \ 
    286287        sed \ 
    287             -e "s+../../utilitaires+source/manuals/utilitaires+g" \ 
     288            -e "s+../../src/utilitaires+source/manuals/+g" \ 
    288289            -e "s+../../src/+source/manuals/+g" \ 
    289290            -e "s+\.m+.m.rst+g") 
     
    366367        @extract_rst.sh -i $< -l matlab -o $@ 
    367368 
    368 source/manuals/utilitaires/%.m.rst : ../../src/utilitaires/%.m 
     369source/manuals/%.m.rst : ../../src/utilitaires/%.m 
    369370        @extract_rst.sh -i $< -l matlab -o $@ 
    370371 
Note: See TracChangeset for help on using the changeset viewer.