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,31 **** --- 22,32 ---- # # 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,45 **** --- 37,47 ---- Copyright.py \ DbLookups.py \ HdrChk.py \ JStyle.py \ Keywords.py \ + ManLint.py \ Mapfile.py \ ProcessCheck.py \ __init__.py PYOBJS = $(PYSRCS:%.py=%.pyc)