X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/ff7aa7dc3c78f736e83a2d363edbe3d8a2e948bd..deac31b6127bb1d48e15d19023fa8bfba1ebe3d7:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index 51cd57e3..f0536696 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.8.0 -VDATE = 14 July 2009 +VERSION = 1.8.2 +VDATE = 20 July 2009 VFLAGS = -DVERSION=\"$(VERSION)\" CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g @@ -63,8 +63,8 @@ TEXTS = mandoc.1.txt mdoc.3.txt mdoc.7.txt manuals.7.txt \ BINS = mandoc CLEAN = $(BINS) $(LNS) $(LLNS) $(LIBS) $(OBJS) $(HTMLS) \ $(TARGZS) tags $(TEXTS) $(MD5S) $(XMLS) -INSTALL = $(SRCS) $(HEADS) Makefile DESCR $(MANS) $(SGMLS) \ - $(STATICS) $(DATAS) $(XSLS) +INSTALL = $(SRCS) $(HEADS) Makefile $(MANS) $(SGMLS) $(STATICS) \ + $(DATAS) $(XSLS) all: $(BINS)