diff --git a/Makefile.in b/Makefile.in index 6e51352..b1a292a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -391,6 +391,7 @@ mxml.xml: mxmldoc-static mxml.h $(PUBLIBOBJS:.o=.c) --header doc/docset.header --intro doc/docset.intro \ --css doc/docset.css --title "Mini-XML API Reference" \ mxml.xml || exit 1; \ + $(RM) org.minixml.atom; \ /Developer/usr/bin/docsetutil package --output org.minixml.xar \ --atom org.minixml.atom \ --download-url http://www.minixml.org/org.minixml.xar \ diff --git a/doc/docset.css b/doc/docset.css index d74e76f..60cb26a 100644 --- a/doc/docset.css +++ b/doc/docset.css @@ -1,11 +1,11 @@ body { background: white; color: black; - font-family: lucida grande, geneva, helvetica, arial, sans-serif; + font-family: "lucida grande", geneva, helvetica, arial, sans-serif; } h1, h2, h3, h4, h5, h6, p, td, th { - font-family: lucida grande, geneva, helvetica, arial, sans-serif; + font-family: "lucida grande", geneva, helvetica, arial, sans-serif; } kbd { @@ -27,7 +27,7 @@ pre.example { pre.example em { color: #3f0000; - font-family: lucida grande, geneva, helvetica, arial, sans-serif; + font-family: "lucida grande", geneva, helvetica, arial, sans-serif; } div.summary table { diff --git a/doc/reference.html b/doc/reference.html index 55f3cdb..4a600ba 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -1,11 +1,12 @@ -Documentation - + Documentation + +