Fix the SRCS declaration.
This commit is contained in:
parent
a0f57683ad
commit
c943775a5b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43849
1 changed files with 1 additions and 2 deletions
|
@ -19,6 +19,7 @@ INSTALL_ONLY_COMPRESSED?=
|
||||||
#
|
#
|
||||||
|
|
||||||
# XML content
|
# XML content
|
||||||
|
SRCS= book.xml
|
||||||
SRCS+= porting-why/chapter.xml
|
SRCS+= porting-why/chapter.xml
|
||||||
SRCS+= new-port/chapter.xml
|
SRCS+= new-port/chapter.xml
|
||||||
SRCS+= quick-porting/chapter.xml
|
SRCS+= quick-porting/chapter.xml
|
||||||
|
@ -34,8 +35,6 @@ SRCS+= porting-dads/chapter.xml
|
||||||
SRCS+= porting-samplem/chapter.xml
|
SRCS+= porting-samplem/chapter.xml
|
||||||
SRCS+= keeping-up/chapter.xml
|
SRCS+= keeping-up/chapter.xml
|
||||||
SRCS+= appendices/chapter.xml
|
SRCS+= appendices/chapter.xml
|
||||||
|
|
||||||
SRCS= book.xml
|
|
||||||
SRCS+= uses.xml
|
SRCS+= uses.xml
|
||||||
SRCS+= versions.xml
|
SRCS+= versions.xml
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue