diff options
author | Thomas White <taw@bitwiz.org.uk> | 2014-12-05 10:52:43 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2014-12-05 10:52:43 +0100 |
commit | bf11ccaebfb8e35d6209eab0de2e7d3ea0005862 (patch) | |
tree | 6ab5a331c0cfcca30bc31debdba0c2649ff67183 /Makefile.am | |
parent | 96938310335d61b55e076d4b9b562c488f421a59 (diff) |
Sky background
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 5d29aaf..8583b99 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,6 +30,10 @@ EXTRA_DIST += src/presentation.h src/render.h src/wrap.h \ src/default_stylesheet.o: src/default_stylesheet.sty ld -r -b binary -o src/default_stylesheet.o src/default_stylesheet.sty +colloquiumdir = $(datadir)/colloquium +colloquium_DATA = data/sky.png data/canvas.png +EXTRA_DIST += $(colloquium_DATA) + iconsdir = $(datadir)/icons/hicolor/scalable/apps icons_DATA = data/colloquium.svg EXTRA_DIST += $(icons_DATA) |