summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/gnu-freefont/BUILDING
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-05-06 23:27:09 +0000
committerKarl Berry <karl@freefriends.org>2012-05-06 23:27:09 +0000
commit8b30277ca27b1e7626d2611111006f4fa40b7ff8 (patch)
tree89d91907a7adeac20eaadff1dbce24e1c508b8b0 /Master/texmf-dist/doc/fonts/gnu-freefont/BUILDING
parent6e142f4e4ff464728ac333fa9ab9e46ee6f97161 (diff)
gnu-freefont 20120503 (6may12)
git-svn-id: svn://tug.org/texlive/trunk@26232 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/gnu-freefont/BUILDING')
-rw-r--r--Master/texmf-dist/doc/fonts/gnu-freefont/BUILDING25
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/gnu-freefont/BUILDING b/Master/texmf-dist/doc/fonts/gnu-freefont/BUILDING
new file mode 100644
index 00000000000..2dadb00177a
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/gnu-freefont/BUILDING
@@ -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 $