Print this page
7831 want vmem manual pages
7832 big theory statements need a place in the manual
@@ -8,24 +8,25 @@
# source. A copy of the CDDL is also available via the Internet
# at http://www.illumos.org/license/CDDL.
#
#
-# Copyright 2011, Richard Lowe
+# Copyright 2017, Richard Lowe
# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
#
include $(SRC)/Makefile.master
MANSECT= 9
+MANFILES= Intro.9 \
+ vmem.9
-MANLINKS= Intro.9 \
- intro.9
-Intro.9 := LINKSRC = ../man9e/Intro.9e
-intro.9 := LINKSRC = ../man9e/Intro.9e
+MANLINKS= intro.9
+
+intro.9 := LINKSRC = Intro.9
.KEEP_STATE:
include $(SRC)/man/Makefile.man
-install: $(ROOTMANLINKS)
+install: $(ROOTMANFILES) $(ROOTMANLINKS)