Skip to content
Snippets Groups Projects
Commit 9cf62189 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Merge branch 'style' into 'master'

install css style file

See merge request !97
parents 8ec3ec8a 7d30643e
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,9 @@ installdefs_DATA = defs.py
soundsdir = $(pkgdatadir)/data/sounds
sounds_DATA = $(srcdir)/sounds/*.wav
styledir = $(pkgdatadir)/data/style
style_DATA = $(srcdir)/style/*.css
otherdir = $(pkgdatadir)/data/other
other_DATA = other/servers.xml other/dh4096.pem
# other/cacert.pem is used only on Windows. On Unix platforms
......@@ -27,6 +30,7 @@ man_MANS = gajim.1 gajim-remote.1 gajim-history-manager.1
EXTRA_DIST = $(appstream_in_files) \
$(desktop_in_files) \
$(sounds_DATA) \
$(style_DATA) \
$(other_DATA) \
$(man_MANS) \
defs.py.in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment