diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-12-11 21:30:30 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-12-11 21:30:30 -0500 |
commit | edd5b8a2b52744cbe696cd9555757bbed00817b1 (patch) | |
tree | 5c8dbbca58783f42ce403796c696cfd982f0e669 /data | |
parent | 893d3cc49d0930f373a6306d5ca05f7ecc9935af (diff) |
data: Distribute logos in release tarballs.
* data/Makefile.am (logosdir, dist_logos_DATA): New variables.
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index aba5847..d44347a 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,3 +1,8 @@ +logosdir = $(pkgdatadir) +dist_logos_DATA = \ + mascot.txt \ + logo.svg + fontsdir = $(pkgdatadir)/fonts dist_fonts_DATA = fonts/DejaVuSans.ttf |