From 754ba163b105d22e1c80b267aa2e821719cee077 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 31 Mar 2010 08:42:40 +0000 Subject: Added new version information. Fixing up Makefile a bit. --- Makefile | 16 ++++++++++++---- index.sgml | 10 ++++++++++ 2 files changed, 22 insertions(+), 4 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 e1b2377a..b6d84473 100644 --- a/index.sgml +++ b/index.sgml @@ -218,6 +218,16 @@ + + + +
31-03-2010 + Version 1.9.22: adjusted merge of the significant work + by Ingo Schwarze in getting Xo blocks (block full implicit, e.g., + It for non-columnar lists) to work properly. This isn't enabled by + default: you must specify -DUGLY as a compiler flag + (see the Makefile for details). +
30-03-2010 -- cgit