mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
7 lines
124 B
Makefile
7 lines
124 B
Makefile
themedir = $(datadir)/irssi/themes
|
|
theme_DATA = default.theme colorless.theme
|
|
|
|
EXTRA_DIST = \
|
|
$(theme_DATA) \
|
|
meson.build
|