Changeset 991
- Timestamp:
- 04/18/08 11:44:58 (9 months ago)
- Files:
-
- traduc/branches/bv81x/manuel/Makefile (modified) (2 diffs)
- traduc/branches/bv82x/manuel/Makefile (modified) (1 diff)
- traduc/branches/bv82x/manuel/config.xml (modified) (1 diff)
- traduc/trunk/postgresql/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
traduc/branches/bv81x/manuel/Makefile
r973 r991 18 18 src = *.xml ref/*.xml 19 19 20 all: html pdf htmlhelpmanpages INSTALL.html INSTALL.txt20 all: html pdf manpages INSTALL.html INSTALL.txt 21 21 22 22 html: index.html … … 38 38 cd $(BASEDIR)/$(HTM_OUTPUT)/; sed -i -e "s@../images@images@g" *.html 39 39 40 toto:41 40 for filename in `find $(BASEDIR)/$(HTM_OUTPUT) -name "*.html"`; do \ 42 41 recode iso-8859-15..utf-8 $$filename; \ traduc/branches/bv82x/manuel/Makefile
r973 r991 37 37 cd $(BASEDIR)/$(HTM_OUTPUT)/; sed -i -e "s@../images@images@g" *.html 38 38 39 toto:40 39 for filename in `find $(BASEDIR)/$(HTM_OUTPUT) -name "*.html"`; do \ 41 40 recode iso-8859-15..utf-8 $$filename; \ traduc/branches/bv82x/manuel/config.xml
r973 r991 3285 3285 3286 3286 <sect2 id="runtime-config-statistics-monitor"> 3287 <title>S tatistics Monitoring</title>3287 <title>Surveillance des statistiques</title> 3288 3288 <variablelist> 3289 3289 traduc/trunk/postgresql/Makefile
r973 r991 42 42 cd $(BASEDIR)/$(HTM_OUTPUT)/; sed -i -e "s@../images@images@g" *.html 43 43 44 toto:45 44 for filename in `find $(BASEDIR)/$(HTM_OUTPUT) -name "*.html"`; do \ 46 45 recode iso-8859-15..utf-8 $$filename; \

