Bumping version... VERSION_1_4_2
authorKristaps Dzonsons <kristaps@bsd.lv>
Sun, 8 Mar 2009 19:48:37 +0000 (19:48 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Sun, 8 Mar 2009 19:48:37 +0000 (19:48 +0000)
Makefile

index 9a7fdac5975dd48edbcb5e7eaf3360e12ccd92f7..d1c01c9280f7426543352dd9b69687b609b5f3c9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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 \