install css style file
This commit is contained in:
parent
8ec3ec8a58
commit
7d30643ea7
|
@ -16,6 +16,9 @@ installdefs_DATA = defs.py
|
||||||
soundsdir = $(pkgdatadir)/data/sounds
|
soundsdir = $(pkgdatadir)/data/sounds
|
||||||
sounds_DATA = $(srcdir)/sounds/*.wav
|
sounds_DATA = $(srcdir)/sounds/*.wav
|
||||||
|
|
||||||
|
styledir = $(pkgdatadir)/data/style
|
||||||
|
style_DATA = $(srcdir)/style/*.css
|
||||||
|
|
||||||
otherdir = $(pkgdatadir)/data/other
|
otherdir = $(pkgdatadir)/data/other
|
||||||
other_DATA = other/servers.xml other/dh4096.pem
|
other_DATA = other/servers.xml other/dh4096.pem
|
||||||
# other/cacert.pem is used only on Windows. On Unix platforms
|
# 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) \
|
EXTRA_DIST = $(appstream_in_files) \
|
||||||
$(desktop_in_files) \
|
$(desktop_in_files) \
|
||||||
$(sounds_DATA) \
|
$(sounds_DATA) \
|
||||||
|
$(style_DATA) \
|
||||||
$(other_DATA) \
|
$(other_DATA) \
|
||||||
$(man_MANS) \
|
$(man_MANS) \
|
||||||
defs.py.in
|
defs.py.in
|
||||||
|
|
Loading…
Reference in New Issue