Add rules to make cd-text.{html,pdf,ps}. Update CD-Text info as per discussion in libcdio-devel.

This commit is contained in:
R. Bernstein
2012-02-04 18:22:32 -05:00
parent 96d735f31f
commit 489df5778b
2 changed files with 14 additions and 11 deletions

View File

@@ -20,16 +20,16 @@ reference:
-( cd ${top_srcdir} && $(MAKE) doxygen ) -( cd ${top_srcdir} && $(MAKE) doxygen )
#: Create documentation in PDF format #: Create documentation in PDF format
pdf: libcdio.pdf pdf: libcdio.pdf cd-text.pdf
#: Create documentation as a text file #: Create documentation as a text file
txt: libcdio.txt txt: libcdio.txt
#: Create documentation in PostScript format #: Create documentation in PostScript format
ps: libcdio.ps ps: libcdio.ps cd-text.ps
#: Create documentation in HTML format #: Create documentation in HTML format
html: libcdio.html html: libcdio.html cd-text.html
%.ps.gz: %.ps %.ps.gz: %.ps
gzip -9c $< > $@ gzip -9c $< > $@
@@ -46,4 +46,6 @@ html: libcdio.html
# Create documentation in all formats, e.g. PDF, DVI, plain text and HTML # Create documentation in all formats, e.g. PDF, DVI, plain text and HTML
all-formats: pdf dvi txt ps html all-formats: pdf dvi txt ps html
MOSTLYCLEANFILES = libcdio.html libcdio.pdf libcdio.ps.gz MOSTLYCLEANFILES = \
libcdio.html libcdio.pdf libcdio.ps.gz \
cd-text.html cd-text.pdf cd-text.ps.gz

View File

@@ -401,13 +401,11 @@ normal operation of any CD players or CDROM drives. There are two
different parts of the CD where the data can be stored. different parts of the CD where the data can be stored.
The first place the information can be recorded is in the R-W sub The first place the information can be recorded is in the R-W sub
codes in the lead in area of the CD giving a data capacity of about codes in the lead in area of the CD. This information is stored as a
5,000 ASCII characters (or 2,500 Kanji or Unicode characters). This single block of data and is the format. The method for reading this
information is stored as a single block of data and is the format used data from a CDROM drive is covered under the Sony proposal to the MMC
in virtually all of the CD Text CDs shipping today. The method for specification. The format of the data is partially covered in the MMC
reading this data from a CDROM drive is covered under the Sony specification.
proposal to the MMC specification. The format of the data is partially
covered in the MMC specification.
The second place the information can be recorded is in the R-W sub The second place the information can be recorded is in the R-W sub
codes in the program area of the CD giving a data capacity of roughly codes in the program area of the CD giving a data capacity of roughly
@@ -430,6 +428,9 @@ Not all drives support reading the RW subcodes from the program
area. However for those that do, @value{libcdio} provides a way to get area. However for those that do, @value{libcdio} provides a way to get
at this information via @code{cdtext_get()} and its friends. at this information via @code{cdtext_get()} and its friends.
There is a separate document in this distribution describing CD-Text
information and how it is encoded.
@node CDDB @node CDDB
@subsection Internet CD Database (CDDB) @subsection Internet CD Database (CDDB)
@cindex CDDB @cindex CDDB