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

*** 9,19 **** # at http://www.illumos.org/license/CDDL. # # # Copyright 2011, Richard Lowe ! # Copyright 2013 Nexenta Systems, Inc. All rights reserved. # SUBDIRS= man1 \ man1b \ man1c \ --- 9,19 ---- # at http://www.illumos.org/license/CDDL. # # # Copyright 2011, Richard Lowe ! # Copyright 2014 Nexenta Systems, Inc. All rights reserved. # SUBDIRS= man1 \ man1b \ man1c \
*** 100,111 **** all := TARGET = all clean := TARGET = clean clobber := TARGET = clobber install := TARGET = install ! all clean clobber install: $(SUBDIRS) $(SUBDIRS): FRC @cd $@; pwd; $(MAKE) $(TARGET) FRC: --- 100,112 ---- all := TARGET = all clean := TARGET = clean clobber := TARGET = clobber install := TARGET = install + check := TARGET = check ! all check clean clobber install: $(SUBDIRS) $(SUBDIRS): FRC @cd $@; pwd; $(MAKE) $(TARGET) FRC: