Changeset 76


Ignore:
Timestamp:
03/26/10 10:25:43 (14 years ago)
Author:
pinsard
Message:

add manuals productions using sphinx

Location:
trunk/adm
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/adm/makefile

    r74 r76  
    11#+ 
    22# 
    3 # module 
    4 # ====== 
     3# ======== 
     4# makefile 
     5# ======== 
    56# 
    67# génération des manuels ircaam 
     
    272273        @mkdir -p $(DIRWWW)/manuals/man/man1/ 
    273274        @mkdir -p $(DIRWWW)/manuals/html/many/ 
     275        @mkdir -p $(DIRWWW)/manuals/html/sphinx/ 
    274276        @mkdir -p $(DIRWWW)/manuals/pdf/many/ 
    275277        @mkdir -p $(DIRWWW)/manuals/pdf/sphinx/ 
     
    296298        -@rm -f $(DIRTMP)/all.xml 
    297299        -@rm -f $(DIRTMP)/*.rst 
    298         -@rm -f $(DIRTMP)/*.rst[12] 
    299         -@rm -f $(DIRTMP)/links.rst* 
    300300        -@rm -f $(DIRTMP)/*.tex 
    301301        -@rm -f $(DIRWWW)/manuals/pdf/many/*.aux 
     
    364364$(DIRADM)/sphinx/conf.py \ 
    365365$(DIRTMP)/sphinx_tmpdir/index.rst \ 
    366 $(LIST_SRCSH_PDF) \ 
    367 $(LIST_SRCMATLAB_PDF) \ 
    368 $(LIST_SRCFORTRAN_PDF) 
     366$(LIST_SRCSH_RST) \ 
     367$(LIST_SRCMATLAB_RST) \ 
     368$(LIST_SRCFORTRAN_RST) 
    369369        @cp $(LIST_SRCSH_RST) $(DIRTMP)/sphinx_tmpdir/ 
    370370        @cp $(LIST_SRCMATLAB_RST) $(DIRTMP)/sphinx_tmpdir/ 
     
    385385 
    386386$(DIRTMP)/index_many.rst : 
    387         @echo "=================" >> $@ 
     387        @echo "$(PRODUCTNAME) manuals" | tr [:print:] = >> $@ 
    388388        @echo "$(PRODUCTNAME) manuals" >> $@ 
    389         @echo "=================" >> $@ 
     389        @echo "$(PRODUCTNAME) manuals" | tr [:print:] = >> $@ 
    390390        @echo " " >> $@ 
    391391        @echo "Shell scripts" >> $@ 
Note: See TracChangeset for help on using the changeset viewer.