Changeset 387


Ignore:
Timestamp:
12/05/08 12:55:40 (15 years ago)
Author:
pinsard
Message:

add svn digest

Location:
trunk/SRC/Documentation/xmldoc
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/getsaxo.xml

    r355 r387  
    9999         </listitem> 
    100100</itemizedlist> 
    101 If you can access one of theses directories, there is no need to re-install <application>SAXO</application> again! In that case, you only have to link <filename class='directory'>${HOME}/SAXO_DIR</filename> to the appropriate directory: 
     101If you can access one of these directories, there is no need to re-install <application>SAXO</application> again! In that case, you only have to link <filename class='directory'>${HOME}/SAXO_DIR</filename> to the appropriate directory: 
    102102<variablelist> 
    103103  <varlistentry><term>IDRIS</term> 
     
    208208<title> Get <application>SAXO</application> tests data files (&szdata; Mb) </title> 
    209209<para> 
    210 If you want to use the tests programs, you need to download the data tests files (<filename>SAXO_DATA_&date2;.tar.gz</filename>), you may download theses files in 
     210If you want to use the tests programs, you need to download the data tests files (<filename>SAXO_DATA_&date2;.tar.gz</filename>), you may download these files in 
    211211<itemizedlist> 
    212212  <listitem> 
  • trunk/SRC/Documentation/xmldoc/makefile

    r382 r387  
    7777 
    7878html : \ 
     79$(DIRWWW)/svnbasiccommands.html \ 
    7980$(DIRWWW)/getsaxo.html \ 
    8081$(DIRWWW)/websaxo.html \ 
     
    9293 
    9394tracwiki : \ 
     95$(DIRWIKI)/SvnBasicCommands \ 
    9496$(DIRWIKI)/AllPlots \ 
    9597$(DIRWIKI)/GetSaxo \ 
     
    150152        $(DIRSRC)/websaxo.xml 
    151153 
     154$(DIRWIKI)/SvnBasicCommands : \ 
     155$(DIRSRC)/saxo_tracwiki.xsl \ 
     156$(DIRTMP)/svnbasiccommands_full.xml 
     157        @xsltproc \ 
     158        $(DIRSRC)/saxo_tracwiki.xsl \ 
     159        $(DIRTMP)/svnbasiccommands_full.xml | \ 
     160        awk 'sub(/ @star@ $$/,""){printf(" * %s", $$0);next};1' | \ 
     161        sed -e "s+@star@+*+" \ 
     162        > $@ 
     163 
     164$(DIRWWW)/svnbasiccommands.html : \ 
     165$(DIRTMP)/svnbasiccommands_full.xml \ 
     166$(DIRSRC)/saxo_html.xsl \ 
     167$(DIRTMP)/titlepage.saxo.xsl \ 
     168$(DIRSRC)/style.css \ 
     169$(DIRSRC)/$(PRODUCT).css 
     170        @xsltproc \ 
     171        --param html.stylesheet "'style.css $(PRODUCT).css'" \ 
     172        --param css.decoration 1 \ 
     173        --param link.mailto.url "'mailto:saxo-dev_at_forge.ipsl.jussieu.fr'" \ 
     174        --param section.autolabel 1 \ 
     175        --output $@ \ 
     176        $(DIRSRC)/saxo_html.xsl \ 
     177        $(DIRTMP)/svnbasiccommands_full.xml 
     178 
     179$(DIRTMP)/svnbasiccommands_full.xml : \ 
     180$(DIRSRC)/svnbasiccommands.xml 
     181        @xmllint \ 
     182        --xinclude \ 
     183        --encode utf-8 \ 
     184        --noent \ 
     185        --output $@ \ 
     186        $(DIRSRC)/svnbasiccommands.xml 
     187 
    152188$(DIRWIKI)/FaqSaxo : \ 
    153189$(DIRSRC)/saxo_tracwiki.xsl \ 
Note: See TracChangeset for help on using the changeset viewer.