summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-02-11 21:03:20 -0500
committerDavid Thompson <dthompson2@worcester.edu>2014-02-11 21:03:20 -0500
commit665668e5a11d86448ed3cdcef7cffe14989f40f2 (patch)
treeee81908f2b2d8f4320d4e2313372d3556104b336 /Makefile.am
parentd2d6ccfeb77711eed7e48bf958b76168bdfd0621 (diff)
Add a convenient default font.
* data/fonts/DejaVuSans.ttf: New file. * data/fonts/AUTHORS: New file. * data/Makefile.am: New file. * configure.ac (AC_CONFIG_FILES): Add 'data/Makefile'. * Makefile.am (SUBDIRS): Add 'data'. * 2d/font.scm (default-font): New variable.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c13bf1c..0bc83eb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,5 +46,6 @@ WRAPPER_SOURCES = \
EXTRA_DIST += env.in
SUBDIRS = \
+ data \
doc \
examples