summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-24 20:05:43 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-24 20:05:43 +0000
commit982df7933d134e40f87ff51842ff9c149f6bb191 (patch)
tree08a87ce3fb0c282b88f09a6a2ce860b564eda3e8 /Makefile
parent050262b2cf384aefde0de626f0f0699544e2f307 (diff)
downloadmandoc-982df7933d134e40f87ff51842ff9c149f6bb191.tar.gz
mandoc-982df7933d134e40f87ff51842ff9c149f6bb191.tar.zst
mandoc-982df7933d134e40f87ff51842ff9c149f6bb191.zip
More fixes from Ulrich Sporlein. (freebsd)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 59d4b9d2..2495610f 100644
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,8 @@ INSTALL_DATA = install -m 0444
INSTALL_LIB = install -m 0644
INSTALL_MAN = $(INSTALL_DATA)
-VERSION = 1.7.2
-VDATE = 23 March 2009
+VERSION = 1.7.3
+VDATE = 24 March 2009
VFLAGS = -DVERSION=\"$(VERSION)\"
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g
@@ -50,8 +50,10 @@ TARGZS = mdocml-$(VERSION).tar.gz \
MANS = mandoc.1 mdoc.3 mdoc.7 manuals.7
BINS = mandoc
CLEAN = $(BINS) $(LNS) $(LLNS) $(LIBS) $(OBJS) $(HTMLS) $(TARGZS)
-INSTALL = $(SRCS) $(HEADS) Makefile DESCR $(MANS) $(SGMLS) \
- $(STATICS) Makefile.netbsd Makefile.openbsd $(DATAS)
+MAKEFILES = Makefile.netbsd Makefile.openbsd Makefile.freebsd \
+ Makefile
+INSTALL = $(SRCS) $(HEADS) $(MAKEFILES) DESCR $(MANS) $(SGMLS) \
+ $(STATICS) $(DATAS)
all: $(BINS)