Changeset 30


Ignore:
Timestamp:
10/26/07 10:37:08 (16 years ago)
Author:
pinsard
Message:

typo

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bibnemomaf01_xml.xsl

    r29 r30  
    144144<para> 
    145145You can also see <quote>NEMO - Publications - Papers</quote> sorted by  
    146 <xsl:text>authors</xsl:text> 
    147146authors in 
    148147<xsl:element name="ulink"> 
  • trunk/makefile

    r29 r30  
    206206        @xsltproc \ 
    207207        $(XSLPARAMHTML) \ 
    208         -o $@ \ 
     208        --output $@ \ 
    209209        $(DIRSRC)/bibnemomain_html.xsl \ 
    210210        $(SRCXMLDB0C) 
     
    231231        @xsltproc \ 
    232232        $(XSLPARAMHTML) \ 
    233         -o $@ \ 
     233        --output $@ \ 
    234234        $(DIRSRC)/$(PRODUIT)01_html.xsl \ 
    235235        $(DIRTMP)/$(PRODUIT)01.xml 
     
    240240        @xsltproc \ 
    241241        $(XSLPARAMHTML) \ 
    242         -o $@ \ 
     242        --output $@ \ 
    243243        $(DIRSRC)/$(PRODUIT)01_xml.xsl \ 
    244244        $(SRCXMLDB1) 
     
    264264        @xsltproc \ 
    265265        $(XSLPARAMHTML) \ 
    266         -o $@ \ 
     266        --output $@ \ 
    267267        $(DIRSRC)/$(PRODUIT)01_html.xsl \ 
    268268        $(DIRTMP)/$(PRODUIT)02.xml 
     
    276276        $(XSLPARAMHTML) \ 
    277277        --param html.ext "'.php'" \ 
    278         -o $@ \ 
     278        --output $@ \ 
    279279        $(DIRSRC)/superbibmany02_html.xsl \ 
    280280        $(DIRTMP)/bibliomany02.xml 
     
    291291        $(XSLPARAMHTML) \ 
    292292        --param html.ext "'.php'" \ 
    293         -o $@ \ 
     293        --output $@ \ 
    294294        $(DIRSRC)/superbibmany02_xml.xsl \ 
    295295        $(SRCXMLDB1) 
     
    302302        @xsltproc \ 
    303303        $(XSLPARAMHTML) \ 
    304         -o $@ \ 
     304        --output $@ \ 
    305305        $(DIRSRC)/superbibmany01_html.xsl \ 
    306306        $(DIRTMP)/bibliomany01.xml 
     
    312312        $(XSLPARAMHTML) \ 
    313313        --param html.ext "'.html'" \ 
    314         -o $@ \ 
     314        --output $@ \ 
    315315        $(DIRSRC)/superbibmany01_xml.xsl \ 
    316316        $(SRCXMLDB1) 
     
    322322        $(XSLPARAMHTML) \ 
    323323        --param html.ext "'.html'" \ 
    324         -o $@ \ 
     324        --output $@ \ 
    325325        $(DIRSRC)/$(PRODUIT)02_xml.xsl \ 
    326326        $(SRCXMLDB1) 
     
    330330        @xsltproc \ 
    331331        --xinclude \ 
    332         -o $@ \ 
     332        --output $@ \ 
    333333        http://docbook.sourceforge.net/release/xsl/current/template/titlepage.xsl \ 
    334334        $(DIRSRC)/titlepage.$(PRODUIT).xml 
     
    342342$(SRCXMLDB1) 
    343343        @xsltproc \ 
    344         -o $@ \ 
     344        --output $@ \ 
    345345        --param makedate "'$(MAKEDATE)'" \ 
    346346        --param path "'$(DIRWWW)/images/'" \ 
     
    390390$(SRCXMLDB1) 
    391391        @xsltproc \ 
    392         -o $@ \ 
     392        --output $@ \ 
    393393        $(DIRSRC)/select_id.xsl \ 
    394394        $(SRCXMLDB1) 
     
    414414        @xsltproc \ 
    415415        $(XSLPARAMHTML) \ 
    416         -o $@ \ 
     416        --output $@ \ 
    417417        $(DIRSRC)/$(PRODUIT2)_html.xsl \ 
    418418        $(DIRTMP)/$(PRODUIT2)_db.xml 
     
    423423        @xsltproc \ 
    424424        $(XSLPARAMHTML) \ 
    425         -o $@ \ 
     425        --output $@ \ 
    426426        $(DIRSRC)/$(PRODUIT2)_db.xsl \ 
    427427        $(SRCXMLDB2) 
     
    459459        $(XSLPARAMHTML) \ 
    460460        --param html.ext "'.php'" \ 
    461         -o $@ \ 
     461        --output $@ \ 
    462462        $(DIRSRC)/bibnemomain_html.xsl \ 
    463463        $(DIRTMP)/template_db.xml 
     
    468468        @xsltproc \ 
    469469        $(XSLPARAMHTML) \ 
    470         -o $@ \ 
     470        --output $@ \ 
    471471        $(DIRSRC)/template_db.xsl \ 
    472472        $(DIRSRC)/usernemo.xml 
Note: See TracChangeset for help on using the changeset viewer.