Changeset 974
- Timestamp:
- 04/01/08 17:13:56 (9 months ago)
- Files:
-
- traduc/trunk/slony/Makefile (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
traduc/trunk/slony/Makefile
r901 r974 7 7 VER := $(shell grep -v major version.xml | sed -e 's/<!ENTITY version "\(.*\)">/\1/' -e 's/\.//g') 8 8 9 BASEDIR := $(HOME)/ pgsql-$(VERSION)-fr10 HTM_OUTPUT := pgsql-$(VERSION)-fr11 TGZ_OUTPUT := pg$(VER).tar.gz12 ZIP_OUTPUT := pg$(VER).zip13 PDF_OUTPUT := pg$(VER).pdf9 BASEDIR := $(HOME)/slony-$(VERSION)-fr 10 HTM_OUTPUT := slony-$(VERSION)-fr 11 TGZ_OUTPUT := slony$(VER).tar.gz 12 ZIP_OUTPUT := slony$(VER).zip 13 PDF_OUTPUT := slony$(VER).pdf 14 14 QUICKPDF_OUTPUT := quickpg$(VER).pdf 15 MAN_OUTPUT := pg$(VER).man.tar.gz16 CHM_OUTPUT := pg$(VER).chm.tar.gz17 NOCHUNKS_OUTPUT := pg$(VER).html15 MAN_OUTPUT := slony$(VER).man.tar.gz 16 CHM_OUTPUT := slony$(VER).chm.tar.gz 17 NOCHUNKS_OUTPUT := slony$(VER).html 18 18 19 19 CHUNK_QUIET=0 … … 58 58 xsltproc --xinclude --nonet --stringparam profile.condition pdf \ 59 59 -stringparam profile.attribute "standalone" -stringparam profile.value "no" \ 60 --output $(BASEDIR)/pg-pdf.xml stylesheets/pg-profile.xsl postgres.xml60 --output $(BASEDIR)/pg-pdf.xml stylesheets/pg-profile.xsl slony.xml 61 61 xsltproc --nonet --output $(BASEDIR)/pg-pdf.fo stylesheets/pg-pdf.xsl \ 62 62 $(BASEDIR)/pg-pdf.xml … … 82 82 xsltproc --xinclude --nonet -stringparam profile.condition html \ 83 83 --output $(BASEDIR)/$(NOCHUNKS_OUTPUT) \ 84 stylesheets/pg-nochunks.xsl postgres.xml84 stylesheets/pg-nochunks.xsl slony.xml 85 85 86 86 tidy -config tidy.conf $(BASEDIR)/$(NOCHUNKS_OUTPUT) || true … … 90 90 91 91 validate: 92 xmllint --noout --nonet --xinclude --postvalid postgres.xml92 xmllint --noout --nonet --xinclude --postvalid slony.xml 93 93 94 94 INSTALL.html: $(src) … … 123 123 [ -d $(BASEDIR)/$(HTM_OUTPUT) ] || mkdir -p $(BASEDIR)/$(HTM_OUTPUT) 124 124 xsltproc stylesheets/pg-chm.xsl \ 125 postgres.xml125 slony.xml 126 126 test -d chm || mkdir chm 127 127 mv *.html *.h?? chm

