13 lines
366 B
Makefile
13 lines
366 B
Makefile
# Makefile for NFS release notes
|
|
# $Revision: 1.2 $
|
|
|
|
# Edit the CMM and AMM macros to contain the list of chapters and appendices
|
|
# in this book. Do not use abbreviations (i.e. ch[1-8].cmm), because the
|
|
# Makefile dependencies will not work.
|
|
|
|
CMM = ch1.cmm ch2.cmm ch3.cmm ch4.cmm ch5.cmm ch6.cmm
|
|
AMM =
|
|
RELPROD =nfs
|
|
|
|
include $(ROOT)/usr/include/make/relnotesrules
|