diff options
author | Carlos Garcia Campos <[email protected]> | 2012-09-29 12:22:17 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-22 21:44:58 +0100 |
commit | 1e531cb51ecc5ff278b36972f89d2a00fe0adeb4 (patch) | |
tree | 58206e206d201a103fca09ec7860294e4b3ab85d /shell/Makefile.am | |
parent | c7fcfa103e9313d67fd4a956a4cae7163c54b204 (diff) | |
download | atril-1e531cb51ecc5ff278b36972f89d2a00fe0adeb4.tar.bz2 atril-1e531cb51ecc5ff278b36972f89d2a00fe0adeb4.tar.xz |
Move custom css to a file compiled as a gresource
origin commit:
https://git.gnome.org/browse/evince/commit/shell?h=gnome-3-6&id=65fa4ff
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index ea8d91d8..1d8b8259 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -153,6 +153,7 @@ atrild_LDADD= \ endif EXTRA_DIST = \ + atril.css \ atril-ui.xml \ atril-toolbar.xml \ atril.gresource.xml \ |