Changeset 624
- Timestamp:
- 04/21/07 11:19:00 (2 years ago)
- Files:
-
- traduc/tags/tv823 (copied) (copied from traduc/trunk)
- traduc/tags/tv823/manuel/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
traduc/tags/tv823/manuel/Makefile
r561 r624 18 18 19 19 all: html pdf htmlhelp manpages INSTALL.html INSTALL.txt 20 21 sommaire: toc92.html 22 toc92.html: $(src) 23 [ -d $(BASEDIR)/$(HTM_OUTPUT) ] || mkdir -p $(BASEDIR)/$(HTM_OUTPUT) 24 xsltproc --xinclude --nonet \ 25 -stringparam profile.condition html \ 26 -stringparam profile.attribute "standalone" \ 27 -stringparam profile.value "no" \ 28 -stringparam chunk.quietly $(CHUNK_QUIET) \ 29 -stringparam use.id.as.filename "yes" \ 30 -stringparam base.dir $(BASEDIR)/$(HTM_OUTPUT)/ \ 31 /opt/docbook-xsl/xhtml/maketoc.xsl postgres.xml 32 #xsltproc -output mytoc.xml html/maketoc.xsl myfile.xml 20 33 21 34 html: index.html … … 42 55 sed -i -e "s@text/html@application/xhtml+xml@g" $$filename; \ 43 56 done; 57 cd $(BASEDIR)/$(HTM_OUTPUT)/; sed -i -e "s@</body>@</body><script src='http://www.google-analytics.com/urchin.js' type='text/javascript'></script><script type='text/javascript'> _uacct = 'UA-140513-1'; urchinTracker(); </script>@g" *.html 44 58 45 59 cd $(BASEDIR); tar cfz $(TGZ_OUTPUT) $(HTM_OUTPUT)

