svn commit: r43849 - head/en_US.ISO8859-1/books/porters-handbook
Warren Block
wblock at FreeBSD.org
Sun Feb 9 03:46:05 UTC 2014
Author: wblock
Date: Sun Feb 9 03:46:05 2014
New Revision: 43849
URL: http://svnweb.freebsd.org/changeset/doc/43849
Log:
Fix the SRCS declaration.
Modified:
head/en_US.ISO8859-1/books/porters-handbook/Makefile
Modified: head/en_US.ISO8859-1/books/porters-handbook/Makefile
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/Makefile Sun Feb 9 03:37:57 2014 (r43848)
+++ head/en_US.ISO8859-1/books/porters-handbook/Makefile Sun Feb 9 03:46:05 2014 (r43849)
@@ -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
More information about the svn-doc-head
mailing list