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

@@ -20,10 +20,11 @@
 #
 
 #
 # 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>
 #
 
 #
 # Makefile for system source
 #

@@ -63,10 +64,13 @@
 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 \
         SUNW_OST_NETRPC \
         SUNW_OST_OSCMD \

@@ -203,11 +207,11 @@
 
 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
 # don't contain actual source code.
 #