[libdmapsharing] Add warning that documentation's publish target is host specific; will clean later Signed-off-by: W.



commit d974d5bc200b33369adc69154327b6e5c311dad1
Author: W. Michael Petullo <mike flyn org>
Date:   Fri Mar 18 20:01:13 2011 -0500

    Add warning that documentation's publish target is host specific; will clean later
    Signed-off-by: W. Michael Petullo <mike flyn org>

 docs/Makefile.am |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/docs/Makefile.am b/docs/Makefile.am
index d5960e4..bc1c1ad 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -123,6 +123,12 @@ endif
 
 -include $(top_srcdir)/git.mk
 
+# FIXME: this target is host-specific!
+# NOTE: flyn.org serves using "Content-Type: text/html;
+# charset=ISO-8859-1." This breaks HTML that contains UTF-8.
+# To get GTK-Doc to output ISO-8859-1, edit
+# /usr/share/gtk-doc/data/gtk-doc.xsl and set "chunker.output.encoding"
+# to "ISO-8859-1."
 publish:
 	sed 's/images\/logo_head.png/\.\.\/\.\.\/\.\.\/images\/logo_head.png/g' ~/Public/www.flyn.org/head.html.in > tmpl/head.html
 # Add header and point stylesheet to flyn.org stylesheet



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]