Date: Tue, 9 May 2017 17:33:40 +0000 (UTC) From: Warren Block <wblock@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r50243 - head/en_US.ISO8859-1/books/porters-handbook/makefiles Message-ID: <201705091733.v49HXeSV062943@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wblock Date: Tue May 9 17:33:39 2017 New Revision: 50243 URL: https://svnweb.freebsd.org/changeset/doc/50243 Log: Fix build: PDF build relies on fop, which is deeply, deeply concerned that the number of fields in a table row not be greater than the number of columns. Sponsored by: iXsystems Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Mon May 8 17:55:29 2017 (r50242) +++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Tue May 9 17:33:39 2017 (r50243) @@ -3510,7 +3510,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING</program <table frame="none" xml:id="licenses-license-list"> <title>Predefined License List</title> - <tgroup cols="3"> + <tgroup cols="4"> <thead> <row> <entry>Short Name</entry>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705091733.v49HXeSV062943>