diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-03-22 13:15:38 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-03-22 13:15:38 +0000 |
commit | 95139f9e9adf4cab180cc5b4906de26296dcd698 (patch) | |
tree | 4b9e61dc4794888fde3ef11a3954ed046420be24 | |
parent | d7ddf4463ca2aeccf4afd41006e86ebf22df6529 (diff) | |
download | mandoc-95139f9e9adf4cab180cc5b4906de26296dcd698.tar.gz |
Note the TODO file on the website. Also install index.html (oops).
-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> |