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,29 **** --- 20,30 ---- # # # 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,72 **** --- 64,76 ---- 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,213 **** cmdheaders: FRC @cd cmd/fm; pwd; $(MAKE) install_h @cd cmd/mdb; pwd; $(MAKE) install_h ! check: $(CHKHDRSUBDIRS) $(CHKMFSTSUBDIRS) # # Cross-reference customization: skip all of the subdirectories that # don't contain actual source code. # --- 207,217 ---- cmdheaders: FRC @cd cmd/fm; pwd; $(MAKE) install_h @cd cmd/mdb; pwd; $(MAKE) install_h ! check: $(CHKHDRSUBDIRS) $(CHKMFSTSUBDIRS) $(CHKMANSUBDIRS) # # Cross-reference customization: skip all of the subdirectories that # don't contain actual source code. #