aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-03-31 08:42:40 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-03-31 08:42:40 +0000
commit2b410ed7871c140f726a9665d3810f82e69f67ff (patch)
tree7104332acd73d7099b265c183529416c82acf1c7
parent3eb96ce643d1ee1d11d559b24333a46d54143bdb (diff)
downloadmandoc-2b410ed7871c140f726a9665d3810f82e69f67ff.tar.gz
mandoc-2b410ed7871c140f726a9665d3810f82e69f67ff.tar.zst
mandoc-2b410ed7871c140f726a9665d3810f82e69f67ff.zip
Added new version information. Fixing up Makefile a bit.VERSION_1_9_22
-rw-r--r--Makefile16
-rw-r--r--index.sgml12
2 files changed, 23 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 73e1da83..8b400954 100644
--- a/Makefile
+++ b/Makefile
@@ -10,13 +10,21 @@ INSTALL_DATA = install -m 0444
INSTALL_LIB = install -m 0644
INSTALL_MAN = $(INSTALL_DATA)
-VERSION = 1.9.21
+VERSION = 1.9.22
VDATE = 31 March 2010
-VFLAGS = -DVERSION="\"$(VERSION)\"" -DHAVE_CONFIG_H -DUGLY
+VFLAGS = -DVERSION="\"$(VERSION)\""
WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings
-CFLAGS += -g $(VFLAGS) $(WFLAGS)
-#CFLAGS += -DOSNAME="\"OpenBSD 4.5\""
+CFLAGS += -g $(WFLAGS) $(VFLAGS) -DHAVE_CONFIG_H
+
+# 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\""
+
+# Specify this if you want to accept Xo/Xc macros extending the head of
+# block full-implicit macros.
+# CFLAGS += -DUGLY
+
LINTFLAGS += $(VFLAGS)
MANDOCFLAGS = -Wall -fstrict
diff --git a/index.sgml b/index.sgml
index ad990a79..9800343e 100644
--- a/index.sgml
+++ b/index.sgml
@@ -219,6 +219,16 @@
<COL CLASS="date">
<TBODY>
<TR>
+ <TD VALIGN="top"><SPAN CLASS="date">31-03-2010</SPAN></TD>
+ <TD VALIGN="top">
+ Version <SPAN CLASS="rev">1.9.22</SPAN>: adjusted merge of the significant work
+ by Ingo Schwarze in getting <Q>Xo</Q> blocks (block full implicit, e.g.,
+ <Q>It</Q> for non-columnar lists) to work properly. This isn't enabled by
+ default: you must specify <SPAN CLASS="flag">-DUGLY</SPAN> as a compiler flag
+ (see the Makefile for details).
+ </TD>
+ </TR>
+ <TR>
<TD VALIGN="top"><SPAN CLASS="date">30-03-2010</SPAN></TD>
<TD VALIGN="top">
Version <SPAN CLASS="rev">1.9.20</SPAN>: more efforts to get roff instructions
@@ -275,7 +285,7 @@
<TR>
<TD>
<DIV CLASS="foot">
- Copyright &#169; 2008&#8211;2010 Kristaps Dzonsons, $Date: 2010/03/30 08:24:01 $
+ Copyright &#169; 2008&#8211;2010 Kristaps Dzonsons, $Date: 2010/03/31 08:42:40 $
</DIV>
</TD>
</TR>