Revision: 13803
          http://gate.svn.sourceforge.net/gate/?rev=13803&view=rev
Author:   markagreenwood
Date:     2011-05-06 10:50:26 +0000 (Fri, 06 May 2011)

Log Message:
-----------
force the html versions to be generated as utf-8 which should solve the 
problems with the print pages on CoW, fingers crossed :)

Modified Paths:
--------------
    userguide/trunk/Makefile

Modified: userguide/trunk/Makefile
===================================================================
--- userguide/trunk/Makefile    2011-05-06 10:37:40 UTC (rev 13802)
+++ userguide/trunk/Makefile    2011-05-06 10:50:26 UTC (rev 13803)
@@ -67,7 +67,7 @@
 
 # HTML
 index.html: $(TEXFILES) tao_main.bbl
-       $(HTLATEX) tao_main.tex "html,0,fn-in"
+       $(HTLATEX) tao_main.tex "html,0,fn-in,charset=utf-8"
        mv tao_main.html index.html
        # correct lot of errors introduced by htlatex
        $(SED) -r -e 's/ \/>/>/g' \
@@ -97,7 +97,7 @@
        # 2 is the level of sectionning
        # sections+ means backlinks on sections
        # fn-in means footnotes are internal
-       $(HTLATEX) split.tex "html,2,sections+,fn-in"
+       $(HTLATEX) split.tex "html,2,sections+,fn-in,charset=utf-8"
        # correct lot of errors introduced by htlatex
        @for f in `ls split*.html`; do \
      $(SED) -r -e 's/ \/>/>/g' \


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to