summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-04-02 16:26:35 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-04-02 16:26:35 +0000
commit0b8142b5d9c31e6631daceec8e79caefcaf45e4b (patch)
tree5be7f5b319b64413764bb892e729adc1918dcdc8 /Makefile
parentf8fe5d9a147b378ab9cd53f2287730070ded22c2 (diff)
downloadmandoc-0b8142b5d9c31e6631daceec8e79caefcaf45e4b.tar.gz
mandoc-0b8142b5d9c31e6631daceec8e79caefcaf45e4b.tar.zst
mandoc-0b8142b5d9c31e6631daceec8e79caefcaf45e4b.zip
Initial -mandoc auto-switch in place.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index acc4cb9c..05c8890d 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,8 @@ TARGZS = mdocml-$(VERSION).tar.gz \
mdocml-nport-$(VERSION).tar.gz
MANS = mandoc.1 mdoc.3 mdoc.7 manuals.7
BINS = mandoc
-CLEAN = $(BINS) $(LNS) $(LLNS) $(LIBS) $(OBJS) $(HTMLS) $(TARGZS)
+CLEAN = $(BINS) $(LNS) $(LLNS) $(LIBS) $(OBJS) $(HTMLS) $(TARGZS) \
+ tags
MAKEFILES = Makefile.netbsd Makefile.openbsd Makefile.freebsd \
Makefile
INSTALL = $(SRCS) $(HEADS) $(MAKEFILES) DESCR $(MANS) $(SGMLS) \