summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/gnu-freefont/notes/building.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/fonts/gnu-freefont/notes/building.txt')
-rw-r--r--Master/texmf-dist/doc/fonts/gnu-freefont/notes/building.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/gnu-freefont/notes/building.txt b/Master/texmf-dist/doc/fonts/gnu-freefont/notes/building.txt
new file mode 100644
index 00000000000..2dadb00177a
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/gnu-freefont/notes/building.txt
@@ -0,0 +1,25 @@
+ Building GNU FreeFont
+
+The only files that are "built" in this project are binary font files.
+They are built using FontForge, which must be installed before any
+build is done.
+
+To build all the font files, just cd to the top directory and type
+ make
+(this will also work from within the sfd/ directory.)
+
+Several special build targets are also present:
+ ttf TrueType format fonts only
+ otf OpenType format fonts only
+ woff WOFF format fonts only
+
+ ttfzip .zip archive of TrueType format fonts
+ otftar tarball of OpenType format fonts
+ woffzip .zip archive of WOFF format fonts
+ srctar tarball of sources
+
+ tests run a battery of tests on the sources and built files
+
+ clean
+
+$Id: building.txt,v 1.10 2011-07-16 08:38:06 Stevan_White Exp $