Changeset 974

Show
Ignore:
Timestamp:
04/01/08 17:13:56 (9 months ago)
Author:
gleu
Message:

Le Makefile slony créait des répertoires/fichiers pgsql-XXXX au lieu de slony-XXXX.
Et il référençait toujours postgres.xml au lieu de slony.xml pour toutes les cibles autres que html.

Files:

Legend:

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

    r901 r974  
    77VER := $(shell grep -v major version.xml | sed -e 's/<!ENTITY version "\(.*\)">/\1/' -e 's/\.//g') 
    88 
    9 BASEDIR := $(HOME)/pgsql-$(VERSION)-fr 
    10 HTM_OUTPUT := pgsql-$(VERSION)-fr 
    11 TGZ_OUTPUT := pg$(VER).tar.gz 
    12 ZIP_OUTPUT := pg$(VER).zip 
    13 PDF_OUTPUT := pg$(VER).pdf 
     9BASEDIR := $(HOME)/slony-$(VERSION)-fr 
     10HTM_OUTPUT := slony-$(VERSION)-fr 
     11TGZ_OUTPUT := slony$(VER).tar.gz 
     12ZIP_OUTPUT := slony$(VER).zip 
     13PDF_OUTPUT := slony$(VER).pdf 
    1414QUICKPDF_OUTPUT := quickpg$(VER).pdf 
    15 MAN_OUTPUT := pg$(VER).man.tar.gz 
    16 CHM_OUTPUT := pg$(VER).chm.tar.gz 
    17 NOCHUNKS_OUTPUT := pg$(VER).html 
     15MAN_OUTPUT := slony$(VER).man.tar.gz 
     16CHM_OUTPUT := slony$(VER).chm.tar.gz 
     17NOCHUNKS_OUTPUT := slony$(VER).html 
    1818 
    1919CHUNK_QUIET=0 
     
    5858        xsltproc --xinclude --nonet --stringparam profile.condition pdf \ 
    5959                -stringparam  profile.attribute  "standalone" -stringparam  profile.value  "no" \ 
    60                 --output $(BASEDIR)/pg-pdf.xml stylesheets/pg-profile.xsl postgres.xml 
     60                --output $(BASEDIR)/pg-pdf.xml stylesheets/pg-profile.xsl slony.xml 
    6161        xsltproc --nonet --output $(BASEDIR)/pg-pdf.fo stylesheets/pg-pdf.xsl \ 
    6262                $(BASEDIR)/pg-pdf.xml 
     
    8282        xsltproc --xinclude --nonet -stringparam profile.condition html \ 
    8383                --output $(BASEDIR)/$(NOCHUNKS_OUTPUT) \ 
    84                 stylesheets/pg-nochunks.xsl postgres.xml 
     84                stylesheets/pg-nochunks.xsl slony.xml 
    8585 
    8686        tidy -config tidy.conf $(BASEDIR)/$(NOCHUNKS_OUTPUT) || true 
     
    9090 
    9191validate: 
    92         xmllint --noout --nonet --xinclude --postvalid postgres.xml 
     92        xmllint --noout --nonet --xinclude --postvalid slony.xml 
    9393 
    9494INSTALL.html: $(src) 
     
    123123        [ -d $(BASEDIR)/$(HTM_OUTPUT) ] || mkdir -p $(BASEDIR)/$(HTM_OUTPUT) 
    124124        xsltproc stylesheets/pg-chm.xsl \ 
    125                 postgres.xml 
     125                slony.xml 
    126126        test -d chm || mkdir chm 
    127127        mv *.html *.h?? chm