[add index page, as well as shtml headers and footers for the web site
John Meacham **20080210013517] {
addfile ./docs/index.mkd
addfile ./docs/my_footer.shtml
addfile ./docs/my_header.shtml
hunk ./Makefile.am 197
-publish: docs/building.html docs/big-picture.pdf docs/development.html
+%.shtml: %.mkd
+ cat $(srcdir)/docs/my_header.shtml > $@
+ pandoc $< -f markdown -t html >> $@
+ cat $(srcdir)/docs/my_footer.shtml >> $@
+
+publish: docs/building.shtml docs/big-picture.pdf docs/development.shtml docs/index.shtml
hunk ./docs/building.mkd.in 7
-from darcs and building it, see the [Development Page](development.html).
+from darcs and building it, see the [Development Page](development.shtml).
hunk ./docs/index.mkd 1
+Jhc Haskell Compiler
+====================
+
+jhc is a haskell compiler which aims to produce the most efficient programs possible via whole program analysis and other optimizations.
+
+Getting jhc
+-----------
+
+See the [Installation page](building.shtml) for information about
+
+Development
+-----------
+
+For information on getting and building the development tree of jhc, see
+[the development page](development.shtml). The
+[darcs repository](http://repetae.net/repos/jhc) may be browsed
+[with the darcsweb repository browser](http://repetae.net/dw/darcsweb.cgi?r=jhc).
+
+An informal graph of the internal code motion in jhc is [here (pdf)](big-picture.pdf).
+
hunk ./docs/my_footer.shtml 1
+
+
+
+My homepage -> computer stuff -> jhc
+
+
+