Fix the SRCS declaration.

This commit is contained in:
Warren Block 2014-02-09 03:46:05 +00:00
parent a0f57683ad
commit c943775a5b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43849

View file

@ -19,6 +19,7 @@ INSTALL_ONLY_COMPRESSED?=
#
# XML content
SRCS= book.xml
SRCS+= porting-why/chapter.xml
SRCS+= new-port/chapter.xml
SRCS+= quick-porting/chapter.xml
@ -34,8 +35,6 @@ SRCS+= porting-dads/chapter.xml
SRCS+= porting-samplem/chapter.xml
SRCS+= keeping-up/chapter.xml
SRCS+= appendices/chapter.xml
SRCS= book.xml
SRCS+= uses.xml
SRCS+= versions.xml