13 lines
377 B
Makefile
13 lines
377 B
Makefile
# Makefile for XLV Plexing release notes
|
|
# $Revision: 1.1 $
|
|
|
|
# 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 =plexing
|
|
|
|
include $(ROOT)/usr/include/make/relnotesrules
|