summaryrefslogtreecommitdiffstats
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
commitcdb6fd7e9ca0c4e288d47005adc9c5de83127a32 (patch)
tree0b88de38b4ccd56190844f08ae1805a0a284b0c9 /Makefile
parent8a03dc6dd4f8c96b6231d1f60da2bd65f437a8b4 (diff)
downloadmandoc-cdb6fd7e9ca0c4e288d47005adc9c5de83127a32.tar.gz
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) \