From 665668e5a11d86448ed3cdcef7cffe14989f40f2 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 11 Feb 2014 21:03:20 -0500 Subject: 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. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 -- cgit v1.2.3