Switch to version 4.1 of the DTD.
This breaks the build for this document. However, it was already broken, and it's not included in the top level Makefile yet. The specific problem is that <segmentedlists> must now have a <segtitle> for each column with 4.1, and I don't know nearly enough Japanese to do that. Adding in the correct <segtitle>s is 30 seconds work.
This commit is contained in:
parent
dc394d4f9a
commit
08b5dc0800
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9870
1 changed files with 4 additions and 4 deletions
|
@ -30,10 +30,10 @@
|
|||
The FreeBSD Japanese Documentation Project
|
||||
|
||||
Original revision: 1.9
|
||||
$FreeBSD$
|
||||
$FreeBSD: doc/ja_JP.eucJP/books/fdp-primer/book.sgml,v 1.1 2001/03/07 19:40:47 hrs Exp $
|
||||
-->
|
||||
|
||||
<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [
|
||||
<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
||||
%man;
|
||||
|
||||
|
@ -63,9 +63,9 @@
|
|||
<holder role="mailto:nik@FreeBSD.org">Nik Clayton</holder>
|
||||
</copyright>
|
||||
|
||||
<pubdate role="rcs">$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/book.sgml,v 1.9 1999/09/06 07:22:25 peter Exp $</pubdate>
|
||||
<pubdate role="rcs">$FreeBSD: doc/ja_JP.eucJP/books/fdp-primer/book.sgml,v 1.1 2001/03/07 19:40:47 hrs Exp $</pubdate>
|
||||
|
||||
<releaseinfo>$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/book.sgml,v 1.9 1999/09/06 07:22:25 peter Exp $</releaseinfo>
|
||||
<releaseinfo>$FreeBSD: doc/ja_JP.eucJP/books/fdp-primer/book.sgml,v 1.1 2001/03/07 19:40:47 hrs Exp $</releaseinfo>
|
||||
|
||||
<legalnotice>
|
||||
<para>Redistribution and use in source (SGML DocBook) and 'compiled'
|
||||
|
|
Loading…
Reference in a new issue