Print this page
5025 import and use mandoc
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Albert Lee <trisk@nexenta.com>
Approved by: TBD
@@ -22,10 +22,11 @@
#
# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
#
# Copyright 2010, Richard Lowe
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
include $(SRC)/Makefile.master
include ../../Makefile.tools
PYSRCS = \
@@ -36,10 +37,11 @@
Copyright.py \
DbLookups.py \
HdrChk.py \
JStyle.py \
Keywords.py \
+ ManLint.py \
Mapfile.py \
ProcessCheck.py \
__init__.py
PYOBJS = $(PYSRCS:%.py=%.pyc)