diff --git a/doc/GNUmakefile b/doc/GNUmakefile index bbabd6d..dfe2ad2 100644 --- a/doc/GNUmakefile +++ b/doc/GNUmakefile @@ -2,4 +2,5 @@ all: dom.html index.html installation.html klacks.html quickstart.html sax.html %.html: %.xml html.xsl xsltproc html.xsl $< >$@.tmp + chmod -w *.html mv $@.tmp $@ diff --git a/doc/index.xml b/doc/index.xml index 86df9a0..c91e5b4 100644 --- a/doc/index.xml +++ b/doc/index.xml @@ -63,6 +63,7 @@ Fixed build on non-Unicode lisps. Fixed parsing on non-Unicode lisps. Fixed Unicode detection on OpenMCL. +
  • New function cxml:parse.
  • Serialization no longer defaults to canonical form.
  • Fixed octet array argument to make-source.
  • @@ -83,11 +84,11 @@

    rel-2007-05-26