
The TTDPatch Manual source code, in Texinfo format (http://texinfo.org)

You need to patch texinfo.tex for the PDF output, using the supplied
texinfo.tex.diff file, because Texinfo normally only allows .pdf figures
in PDF files, but .png is much more efficient for this.

The various figures are in two different formats: bitmap or vector.
Bitmap graphics are stored in GIF format, which gets converted to EPS for
Postscript output, and to PNG for the PDF version of the manual.
Vector graphics are stored in FIG format, as produced by xfig.  They are 
converted into EPS for Postscript output, PNG for HTML and PDF for the 
PDF outputs.

All figure files have a corresponding .ASC file which is included in the
text-only version of the manual.  The ASC file can be empty if an ASCII-art 
figure wouldn't make sense, but it must exist.


Other files:

CHAPTER1.INC through CHAPTER5.INC
	The various chapters of the manual
DENODE.PL
	Perl script to go through info (.txt) output and replace info
	links with their chapter/section numbers
HTML.INC
	Define Texinfo macros for producing figures in HTML
MAKEFILE
	All output files are produced using GNU make with this Makefile
METANODE.PL
	Perl script to resolve @metanode commands in the manual.  This
	script automatically generates forward/back/up links and the menus.
PDFTEX.CFG
	Config file for PDFTeX to generate a PDF that fits on the screen.
PDF_I.INC
	Define macros for figures in the interactive PDF
PDF_P.INC
	Same for the printer-optimized PDF
TTDPATCH.INC
	Some common macros and definitions
TTDPATCH.TEX
	The main Texinfo source file, 
TXT.INC
	Macros for figures in the .TXT file (just includes the .ASC files)
