aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--index.sgml10
2 files changed, 9 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index b1559ea6..7f619478 100644
--- a/Makefile
+++ b/Makefile
@@ -242,9 +242,9 @@ install: all
installwww: www
mkdir -p $(PREFIX)/snapshots
- $(INSTALL_DATA) $(INDEX_MANS) $(PREFIX)
+ $(INSTALL_DATA) index.html external.png index.css $(PREFIX)
+ $(INSTALL_DATA) $(INDEX_MANS) style.css $(PREFIX)
$(INSTALL_DATA) mandoc.h.html man.h.html mdoc.h.html $(PREFIX)
- $(INSTALL_DATA) external.png style.css index.css $(PREFIX)
$(INSTALL_DATA) mdocml.tar.gz $(PREFIX)/snapshots
$(INSTALL_DATA) mdocml.md5 $(PREFIX)/snapshots
$(INSTALL_DATA) mdocml.tar.gz $(PREFIX)/snapshots/mdocml-$(VERSION).tar.gz
diff --git a/index.sgml b/index.sgml
index 0df46332..d8d28fc9 100644
--- a/index.sgml
+++ b/index.sgml
@@ -269,8 +269,12 @@
</H1>
<P>
- Please use the mailing lists for bug-reports, patches, questions, etc. (these require
- subscription). Beyond that, contact Kristaps at <A
+ Use the mailing lists for bug-reports, patches, questions, etc. (these require
+ subscription).
+ Please check the
+ <A HREF="http://mdocml.bsd.lv/cgi-bin/cvsweb/TODO?cvsroot=mdocml">TODO</A> for known issues
+ before posting.
+ Beyond that, contact Kristaps at <A
HREF="http://mailhide.recaptcha.net/d?k=01M6h_w7twDp58ZgH57eWC_w==&amp;c=Q2DBUt401ePlSeupJFrq_Q=="
TITLE="Reveal this e-mail address">kris...</A>@bsd.lv.
</P>
@@ -374,7 +378,7 @@
<TR>
<TD>
<DIV CLASS="foot">
- Copyright &#169; 2008&#8211;2011 Kristaps Dzonsons, $Date: 2011/03/22 10:30:07 $
+ Copyright &#169; 2008&#8211;2011 Kristaps Dzonsons, $Date: 2011/03/22 13:15:38 $
</DIV>
</TD>
</TR>