diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-07-19 09:46:12 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-07-19 09:46:12 +0000 |
commit | daf052187638ef68ef457d41132e2d96143af160 (patch) | |
tree | 8f4ecb44161c07da7591401f635e96e8b457f82e | |
parent | eb71b660f7de5fb619bc7a174c05f391f17151ac (diff) | |
download | mandoc-daf052187638ef68ef457d41132e2d96143af160.tar.gz |
Fixed broken `make www' dep.VERSION.1.8.1
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |