Blame BUILDING

Packit f0e7df
	Building GNU FreeFont
Packit f0e7df
Packit f0e7df
The only files that are "built" in this project are binary font files.
Packit f0e7df
They are built using FontForge, which must be installed before any
Packit f0e7df
build is done.
Packit f0e7df
Packit f0e7df
To build all the font files, just cd to the top directory and type
Packit f0e7df
	make
Packit f0e7df
(this will also work from within the sfd/ directory.)
Packit f0e7df
Packit f0e7df
Several special build targets are also present:
Packit f0e7df
	ttf	TrueType format fonts only
Packit f0e7df
	otf	OpenType format fonts only
Packit f0e7df
	woff	WOFF format fonts only
Packit f0e7df
Packit f0e7df
	ttfzip	.zip archive of TrueType format fonts
Packit f0e7df
	otftar	tarball of OpenType format fonts
Packit f0e7df
	woffzip	.zip archive of WOFF format fonts
Packit f0e7df
	srctar	tarball of sources
Packit f0e7df
Packit f0e7df
	tests	run a battery of tests on the sources and built files
Packit f0e7df
Packit f0e7df
	clean
Packit f0e7df
Packit f0e7df
$Id: building.txt,v 1.10 2011-07-16 08:38:06 Stevan_White Exp $