[Lsb-messages] /var/www/bzr/lsb/devel/lsbspec r3836: force C99 ref in Scan intro, since text refers to it explicitly

Mats Wichmann mats at linuxfoundation.org
Mon Nov 12 16:11:52 UTC 2012


------------------------------------------------------------
revno: 3836
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: lsbspec
timestamp: Mon 2012-11-12 09:11:52 -0700
message:
  force C99 ref in Scan intro, since text refers to it explicitly
modified:
  Scan/intro/intro.m4
  Scan/intro/intro.sgml
  Scan/intro/makefile
  Scan/intro/standards.sgml
-------------- next part --------------
=== modified file 'Scan/intro/intro.m4'
--- a/Scan/intro/intro.m4	2012-11-08 20:23:40 +0000
+++ b/Scan/intro/intro.m4	2012-11-12 16:11:52 +0000
@@ -11,7 +11,7 @@
 </CHAPTER>
 
 <CHAPTER ID="normativerefs">
-<TITLE>Normative References</TITLE>
+<TITLE>References</TITLE>
 <!-- the ID below is for auto generated xrefs to the LSB itself -->
 <PARA ID=STD.LSB XREFLABEL="This Specification">
 The specifications listed below are referenced in whole or in part by
@@ -24,6 +24,12 @@
 the specification is to be considered normative.
 </PARA>
 <TABLE>
+<TITLE>Normative References</TITLE>
+<TGROUP COLS=2>
+m4_include(standards.sgml)
+</TGROUP>
+</TABLE>
+<TABLE>
 <TITLE>Informative References</TITLE>
 <TGROUP COLS=2>
 m4_include(references.sgml)

=== modified file 'Scan/intro/intro.sgml'
--- a/Scan/intro/intro.sgml	2012-11-08 20:23:40 +0000
+++ b/Scan/intro/intro.sgml	2012-11-12 16:11:52 +0000
@@ -11,7 +11,7 @@
 </CHAPTER>
 
 <CHAPTER ID="normativerefs">
-<TITLE>Normative References</TITLE>
+<TITLE>References</TITLE>
 <!-- the ID below is for auto generated xrefs to the LSB itself -->
 <PARA ID=STD.LSB XREFLABEL="This Specification">
 The specifications listed below are referenced in whole or in part by
@@ -24,6 +24,20 @@
 the specification is to be considered normative.
 </PARA>
 <TABLE>
+<TITLE>Normative References</TITLE>
+<TGROUP COLS=2>
+<!-- Start of generated text - do not edit! -->
+<!-- generated from the LSB specification database by mkstandardsgmltable -->
+<THEAD>
+<ROW><ENTRY>Name</ENTRY><ENTRY>Title</ENTRY><ENTRY>URL</ENTRY></ROW></THEAD>
+<TBODY>
+<ROW><ENTRY ID="std.ISOC99" XREFLABEL="ISO C (1999)">ISO C (1999)</ENTRY><ENTRY>ISO/IEC 9899: 1999, Programming Languages --C</ENTRY><ENTRY><ULINK URL=""></ULINK></ENTRY></ROW>
+</TBODY>
+<!-- End of text generated from database -->
+
+</TGROUP>
+</TABLE>
+<TABLE>
 <TITLE>Informative References</TITLE>
 <TGROUP COLS=2>
 <!-- Start of generated text - do not edit! -->

=== modified file 'Scan/intro/makefile'
--- a/Scan/intro/makefile	2012-11-08 20:23:40 +0000
+++ b/Scan/intro/makefile	2012-11-12 16:11:52 +0000
@@ -2,7 +2,7 @@
 .SUFFIXES: .sgml .m4
 
 FILES=intro.sgml
-TABLES=references.sgml libraries.sgml
+TABLES=standards.sgml references.sgml libraries.sgml
 
 .m4.sgml:
 	m4 -P -Uindex -Uformat $*.m4 >$@
@@ -10,6 +10,7 @@
 all: $(FILES) $(TABLES)
 
 gensrc:
+	../../mkstandardsgmltable -a All -v `cat ../../LSB/target_version.generic` -s "'ISOC99'" >standards.sgml
 	../../mkstandardsgmltable -a All -v `cat ../../LSB/target_version.generic` -m LSB_Scan >references.sgml
 	../../mklibsgmltable -a All -v `cat ../../LSB/target_version.generic` -m LSB_Scan >libraries.sgml
 

=== modified file 'Scan/intro/standards.sgml'
--- a/Scan/intro/standards.sgml	2012-11-08 20:23:40 +0000
+++ b/Scan/intro/standards.sgml	2012-11-12 16:11:52 +0000
@@ -3,6 +3,6 @@
 <THEAD>
 <ROW><ENTRY>Name</ENTRY><ENTRY>Title</ENTRY><ENTRY>URL</ENTRY></ROW></THEAD>
 <TBODY>
-<ROW><ENTRY ID="std.SANE" XREFLABEL="SANE Standard Version 1.04">SANE Standard Version 1.04</ENTRY><ENTRY>SANE Standard Version 1.04</ENTRY><ENTRY><ULINK URL="http://www.sane-project.org/html/">http://www.sane-project.org/html/</ULINK></ENTRY></ROW>
+<ROW><ENTRY ID="std.ISOC99" XREFLABEL="ISO C (1999)">ISO C (1999)</ENTRY><ENTRY>ISO/IEC 9899: 1999, Programming Languages --C</ENTRY><ENTRY><ULINK URL=""></ULINK></ENTRY></ROW>
 </TBODY>
 <!-- End of text generated from database -->



More information about the lsb-messages mailing list