Changeset 243

Show
Ignore:
Timestamp:
05/08/06 09:43:45 (3 years ago)
Author:
gleu
Message:

Ajout de deux cibles : INSTALL.html et INSTALL.txt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • traduc/trunk/sgml/Makefile

    r242 r243  
    5656        xmllint --noout --nonet --xinclude --postvalid postgres.xml 
    5757 
    58 installation
     58INSTALL.html
    5959        xsltproc --xinclude --nonet -stringparam profile.condition html \ 
    6060                --stringparam  profile.attribute  "standalone" --stringparam  profile.value  "yes" \ 
    61                 --output $(BASEDIR)/standalone-install.html \ 
     61                --output $(BASEDIR)/INSTALL.html \ 
    6262                stylesheets/pg-nochunks.xsl standalone-install.xml 
    6363 
    64         tidy -config tidy.conf $(BASEDIR)/standalone-install.html || true 
     64        tidy -config tidy.conf $(BASEDIR)/INSTALL.html || true 
    6565 
    6666        sed -i -e "s@text/html@application/xhtml+xml@g"  \ 
    67           $(BASEDIR)/standalone-install.html 
     67          $(BASEDIR)/INSTALL.html 
    6868 
     69INSTALL.txt: 
     70        make INSTALL.html 
     71        html2text -nobs -style pretty $(BASEDIR)/INSTALL.html > $(BASEDIR)/INSTALL.txt 
     72        recode iso-8859-1..utf-8 $(BASEDIR)/INSTALL.txt