aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-08-16 19:27:56 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-08-16 19:27:56 +0000
commit4b852dfd969748a7f452774ac1d5fa7f1207af21 (patch)
treeecd69bc4b5f4f113559fbcbfab85d46a3368163e /INSTALL
parente775273011ae87860adb4d61229401ddc88fb3af (diff)
downloadpandoc-4b852dfd969748a7f452774ac1d5fa7f1207af21.tar.gz
Put note in INSTALL about the extra xmlns attribute inserted by
later versions of the xhtml library (which causes some tests to fail). Thanks to Leif LeBaron for pointing this out. git-svn-id: https://pandoc.googlecode.com/svn/trunk@858 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 73ea90c15..bff5304e0 100644
--- a/INSTALL
+++ b/INSTALL
@@ -40,6 +40,15 @@ X). If you're using Windows, you can install [Cygwin].
make test
+ Note: if you see errors like the following, they're due to differences
+ between different versions of the xhtml library, and can safely be
+ disregarded:
+
+ 2c2
+ < <html xmlns="http://www.w3.org/1999/xhtml"
+ ---
+ > <html
+
4. Install:
sudo make install