README.1st
	You've probably already read it...

docs/README
docs/README.html
	Readme file for printpar. Explains what printpar is, what it
	does and why and when you should use it.

docs/COPYING
	GNU General Public License.
	This is a wonderful copyright/software license for free software.
	Unless you already are familiar with it, read it !
	At least read the Preamble section.

docs/README.DOS
	Description of how to run printpar on a PC without unix installed.

docs/INSTALL
	Short description of how to compile and install printpar on unix.

docs/TODO
	Some thoughts about things that could be done with printpar in
	the future.

docs/Changelog
	This file lists the differences between versions.

docs/CREDITS
	People that deserve thanks.

docs/example.txt
docs/example.ps
	Example output of partition tables from my computer. Since some
	of you will not have extended partitions on your hard disks I
	include these examples for you to look at.

docs/extended.txt
	A description of how extended/logical partitions are made.

docs/recovery.txt
	Notes about recovering a damaged partition table.

docs/manifest.txt
	A list of all the files together with a description.

docs/printpar.8
	Manual, unix nroff format

docs/find_drive_table.txt
	Manual for the find_drive_table program.

dos/printpar
	This is a precompiled version of the program intended to be used
	from a Linux boot disk.
	(In unix executable programs don't have to have special extensions
	like .EXE or .COM)

dos/printpar.man
	Manual, plain text format

dos/showdisk
	A shell script that shows the names of the disks your system has.

dos/find_drive_table
	This is a precompiled version of the program intended to be used
	from a Linux boot disk.

calc/calculate_table
	A perl program that can compute a complete partition table given
	only start/end cylinders for each partition on a disk.

calc/README
	Readme file for the above program.

calc/table
	Example input file for calculate_table.

calc/printpar2table.awk
	An awk script for generating a input file from a printpar printout.


	The following files are for compiling printpar and
	find_drive_table on unix

src/Makefile.in
src/configure
src/configure.in
src/install-sh
src/text2printf.awk
src/find_drive_table.c
src/html/html_table.c
src/html/html_table.h
src/html/inc-html_table.h.in
src/html/subdir.mk
src/main/boolean.h
src/main/byte.h
src/main/center_str.c
src/main/center_str.h
src/main/compute_startend_cyl.c
src/main/compute_startend_cyl.h
src/main/error.c
src/main/error.h
src/main/geometry.c
src/main/geometry.h
src/main/get_date_string.c
src/main/get_date_string.h
src/main/globalvars.h
src/main/is_extended_partition.c
src/main/is_extended_partition.h
src/main/llseek.h
src/main/mk_partition_name.c
src/main/mk_partition_name.h
src/main/parse_scale.c
src/main/parse_scale.h
src/main/partitiontable.h
src/main/printpar.c
src/main/subdir.mk
src/main/usage.c
src/main/usage.h
src/ps/encoding/inc-ISOLatin1Encoding.h.in
src/ps/encoding/inc-ISOLatin2Encoding.h.in
src/ps/encoding/inc-ISOLatin3Encoding.h.in
src/ps/encoding/inc-ISOLatin4Encoding.h.in
src/ps/encoding/inc-ISOLatin5Encoding.h.in
src/ps/encoding/inc-ps-makefont.h.in
src/ps/encoding/ps_encoding.c
src/ps/encoding/ps_encoding.h
src/ps/encoding/readme
src/ps/encoding/subdir.mk
src/ps/inc-ps_chart.h.in
src/ps/inc-ps_common.h.in
src/ps/inc-ps_table.h.in
src/ps/ps_chart.c
src/ps/ps_chart.h
src/ps/ps_table.c
src/ps/ps_table.h
src/ps/escape_parenthesis.c
src/ps/escape_parenthesis.h
src/ps/subdir.mk
src/txt/stretch_str.c
src/txt/stretch_str.h
src/txt/subdir.mk
src/txt/tree.c
src/txt/tree.h
src/txt/txt_chart.c
src/txt/txt_chart.h
src/txt/txt_table.c
src/txt/txt_table.h
