Changeset 243
- Timestamp:
- 05/08/06 09:43:45 (3 years ago)
- Files:
-
- traduc/trunk/sgml/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
traduc/trunk/sgml/Makefile
r242 r243 56 56 xmllint --noout --nonet --xinclude --postvalid postgres.xml 57 57 58 installation:58 INSTALL.html: 59 59 xsltproc --xinclude --nonet -stringparam profile.condition html \ 60 60 --stringparam profile.attribute "standalone" --stringparam profile.value "yes" \ 61 --output $(BASEDIR)/ standalone-install.html \61 --output $(BASEDIR)/INSTALL.html \ 62 62 stylesheets/pg-nochunks.xsl standalone-install.xml 63 63 64 tidy -config tidy.conf $(BASEDIR)/ standalone-install.html || true64 tidy -config tidy.conf $(BASEDIR)/INSTALL.html || true 65 65 66 66 sed -i -e "s@text/html@application/xhtml+xml@g" \ 67 $(BASEDIR)/ standalone-install.html67 $(BASEDIR)/INSTALL.html 68 68 69 INSTALL.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

