source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Note the TODO file on the website.
@ 2011-03-22 13:15 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2011-03-22 13:15 UTC (permalink / raw)
  To: source

Log Message:
-----------
Note the TODO file on the website.  Also install index.html (oops).

Modified Files:
--------------
    mdocml:
        Makefile
        index.sgml

Revision Data
-------------
Index: index.sgml
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/index.sgml,v
retrieving revision 1.107
retrieving revision 1.108
diff -Lindex.sgml -Lindex.sgml -u -p -r1.107 -r1.108
--- index.sgml
+++ 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>
Index: Makefile
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/Makefile,v
retrieving revision 1.319
retrieving revision 1.320
diff -LMakefile -LMakefile -u -p -r1.319 -r1.320
--- Makefile
+++ 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
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-22 13:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-22 13:15 mdocml: Note the TODO file on the website kristaps

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).