From 3eeae12c498d1a4dbe969462d2ba841f77ee3ccb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 2 Jan 2011 01:48:38 +0200 Subject: Initial commit. This code based on mana client http://www.gitorious.org/mana/mana and my private repository. --- data/fonts/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 data/fonts/Makefile.am (limited to 'data/fonts/Makefile.am') diff --git a/data/fonts/Makefile.am b/data/fonts/Makefile.am new file mode 100644 index 000000000..b28a11011 --- /dev/null +++ b/data/fonts/Makefile.am @@ -0,0 +1,15 @@ +fontsdir = $(pkgdatadir)/data/fonts + +fonts_DATA = \ + dejavusans.ttf \ + dejavusans-bold.ttf \ + dejavusansmono.ttf \ + dejavusansmono-bold.ttf \ + liberationsans.ttf \ + liberationsans-bold.ttf \ + liberationsansmono.ttf \ + liberationsansmono-bold.ttf + +EXTRA_DIST = \ + $(fonts_DATA) \ + CMakeLists.txt -- cgit v1.2.3-70-g09d2