diff options
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | index.sgml | 8 |
2 files changed, 8 insertions, 4 deletions
@@ -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 @@ -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==&c=Q2DBUt401ePlSeupJFrq_Q==" TITLE="Reveal this e-mail address">kris...</A>@bsd.lv. </P> |