summaryrefslogtreecommitdiff
path: root/usr/src/Makefile
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2014-07-14 20:10:37 -0700
committerGarrett D'Amore <garrett@damore.org>2014-07-21 09:20:34 -0700
commit95c635efb7c3b86efc493e0447eaec7aecca3f0f (patch)
tree3c62b5521fea39ab7bab299052b02576ae802db9 /usr/src/Makefile
parent81d43577d1b5e76e6016ba642ecc1a76fde43021 (diff)
downloadillumos-joyent-95c635efb7c3b86efc493e0447eaec7aecca3f0f.tar.gz
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: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/Makefile')
-rw-r--r--usr/src/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr/src/Makefile b/usr/src/Makefile
index ef522a4817..b9be247888 100644
--- a/usr/src/Makefile
+++ b/usr/src/Makefile
@@ -22,6 +22,7 @@
#
# Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2012 by Delphix. All rights reserved.
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
#
#
@@ -65,6 +66,9 @@ PARALLEL_DIRS = uts lib man
# The check target also causes smf(5) service manifests to be validated.
CHKMFSTSUBDIRS= cmd
+# And man page formats
+CHKMANSUBDIRS = man
+
MSGSUBDIRS= cmd ucbcmd lib
DOMAINS= \
SUNW_OST_ADMIN \
@@ -205,7 +209,7 @@ cmdheaders: FRC
@cd cmd/fm; pwd; $(MAKE) install_h
@cd cmd/mdb; pwd; $(MAKE) install_h
-check: $(CHKHDRSUBDIRS) $(CHKMFSTSUBDIRS)
+check: $(CHKHDRSUBDIRS) $(CHKMFSTSUBDIRS) $(CHKMANSUBDIRS)
#
# Cross-reference customization: skip all of the subdirectories that