Changeset 168 for trunk/docs


Ignore:
Timestamp:
03/20/12 09:55:38 (12 years ago)
Author:
pinsard
Message:

sort non python manuals

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/docs_dev/makefile_non_sphinx

    r164 r168  
    3535# $URL$ 
    3636# 
     37# - fplod 20120319 
     38# 
     39#   * sort manuals in alphanumeric order 
     40#     thanks to  
     41#     http://morlockhq.blogspot.fr/2008/09/bash-tip-reverse-sorting-lists-revisted.html 
    3742# - fplod 20120319 
    3843#    
     
    114119 
    115120LIST_RST = \ 
    116 $(LIST_SRCSH_RST) \ 
     121$(shell echo $(LIST_SRCSH_RST) \ 
    117122$(LIST_SRCIDL_RST) \ 
    118123$(LIST_SRCFERRET_RST) \ 
    119124$(LIST_SRCODV_RST) \ 
    120 $(LIST_SRCMATLAB_RST) 
     125$(LIST_SRCMATLAB_RST) | tr ' ' '\n' | sort | tr '\n' ' ') 
    121126 
    122127.PHONY : \ 
Note: See TracChangeset for help on using the changeset viewer.