source@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: schwarze@mdocml.bsd.lv
To: source@mdocml.bsd.lv
Subject: mdocml: Update VERSION, VDATE and CFLAGS for the upcoming 1.12.2
Date: Wed, 18 Sep 2013 12:20:11 -0400 (EDT)	[thread overview]
Message-ID: <201309181620.r8IGKB3Q013532@krisdoz.my.domain> (raw)

Log Message:
-----------
Update VERSION, VDATE and CFLAGS for the upcoming 1.12.2 release.
Add tbl.3 and gmdiff to the tarball.
Add tbl.3.html to the website.

Tags:
----
VERSION_1_12

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

Revision Data
-------------
Index: index.sgml
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/index.sgml,v
retrieving revision 1.154.2.1
retrieving revision 1.154.2.2
diff -Lindex.sgml -Lindex.sgml -u -p -r1.154.2.1 -r1.154.2.2
--- index.sgml
+++ index.sgml
@@ -155,6 +155,12 @@
 					</TD>
 				</TR>
 				<TR>
+					<TD VALIGN="top"><A HREF="tbl.3.html">tbl(3)</A></TD>
+					<TD VALIGN="top">
+						roff table parser library for mandoc
+					</TD>
+				</TR>
+				<TR>
 					<TD VALIGN="top"><A HREF="man.7.html">man(7)</A></TD>
 					<TD VALIGN="top">
 						man language reference
Index: Makefile
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/Makefile,v
retrieving revision 1.395.2.2
retrieving revision 1.395.2.3
diff -LMakefile -LMakefile -u -p -r1.395.2.2 -r1.395.2.3
--- Makefile
+++ Makefile
@@ -6,10 +6,10 @@
 # Specify this if you want to hard-code the operating system to appear
 # in the lower-left hand corner of -mdoc manuals.
 #
-# CFLAGS	+= -DOSNAME="\"OpenBSD 4.5\""
+# CFLAGS	+= -DOSNAME="\"OpenBSD 5.4\""
 
-VERSION		 = 1.12.1
-VDATE		 = 23 March 2012
+VERSION		 = 1.12.2
+VDATE		 = 18 September 2013
 
 # IFF your system supports multi-byte functions (setlocale(), wcwidth(),
 # putwchar()) AND has __STDC_ISO_10646__ (that is, wchar_t is simply a
@@ -88,6 +88,7 @@ SRCS		 = Makefile \
 		   eqn_term.c \
 		   example.style.css \
 		   external.png \
+		   gmdiff \
 		   html.c \
 		   html.h \
 		   index.css \
@@ -143,6 +144,7 @@ SRCS		 = Makefile \
 		   st.c \
 		   st.in \
 		   style.css \
+		   tbl.3 \
 		   tbl.7 \
 		   tbl.c \
 		   tbl_data.c \
@@ -273,6 +275,7 @@ INDEX_MANS	 = apropos.1.html \
 		   mandoc.1.html \
 		   whatis.1.html \
 		   mandoc.3.html \
+		   tbl.3.html \
 		   eqn.7.html \
 		   man.7.html \
 		   man.cgi.7.html \
@@ -320,7 +323,7 @@ install: all
 	$(INSTALL_LIB) libmandoc.a $(DESTDIR)$(LIBDIR)
 	$(INSTALL_LIB) man.h mdoc.h mandoc.h $(DESTDIR)$(INCLUDEDIR)
 	$(INSTALL_MAN) mandoc.1 preconv.1 demandoc.1 $(DESTDIR)$(MANDIR)/man1
-	$(INSTALL_MAN) mandoc.3 $(DESTDIR)$(MANDIR)/man3
+	$(INSTALL_MAN) mandoc.3 tbl.3 $(DESTDIR)$(MANDIR)/man3
 	$(INSTALL_MAN) man.7 mdoc.7 roff.7 eqn.7 tbl.7 mandoc_char.7 $(DESTDIR)$(MANDIR)/man7
 	$(INSTALL_DATA) example.style.css $(DESTDIR)$(EXAMPLEDIR)
 
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

                 reply	other threads:[~2013-09-18 16:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201309181620.r8IGKB3Q013532@krisdoz.my.domain \
    --to=schwarze@mdocml.bsd.lv \
    --cc=source@mdocml.bsd.lv \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).