diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-08 19:48:37 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-08 19:48:37 +0000 |
commit | 650f3165cb39db49cbe5ec2a934c0c95fbf6ae0c (patch) | |
tree | 58876aac39028e95007ca17281c5252a4f7c7564 /Makefile | |
parent | c982f1ac2d0b17fd63d23cee99cea7933a1fc3cb (diff) | |
download | mandoc-650f3165cb39db49cbe5ec2a934c0c95fbf6ae0c.tar.gz |
Bumping version...VERSION.1.4.2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,6 +1,6 @@ .SUFFIXES: .html .sgml -VERSION = 1.4.1 +VERSION = 1.4.2 VDATE = 8 March 2009 BINDIR = $(PREFIX)/bin @@ -49,6 +49,8 @@ SRCS = macro.c mdoc.c hash.c strings.c xstd.c argv.c validate.c \ SCRIPTS = strings.sh +DATAS = arch.in att.in lib.in msec.in st.in vol.in + GEN = lib.c att.c arch.c vol.c msec.c st.c HEADS = mdoc.h private.h term.h mmain.h @@ -70,7 +72,8 @@ CLEAN = $(BINS) $(LNS) $(LLNS) $(LIBS) $(OBJS) $(HTMLS) \ $(TARGZS) $(GEN) INSTALL = $(SRCS) $(HEADS) Makefile DESCR $(MANS) $(SGMLS) \ - $(STATICS) $(SCRIPTS) Makefile.netbsd Makefile.openbsd + $(STATICS) $(SCRIPTS) Makefile.netbsd Makefile.openbsd \ + $(DATAS) FAIL = regress/test.empty \ regress/test.prologue.00 \ |