diff options
author | Perberos <[email protected]> | 2011-11-09 18:17:43 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-09 18:17:43 -0300 |
commit | f6ce926719943751cf65cacde7fae050593eb2d6 (patch) | |
tree | 9224d1751678cf2d1fbd0431f128b711311c0287 /data/icons/16x16/actions/Makefile.am | |
download | atril-f6ce926719943751cf65cacde7fae050593eb2d6.tar.bz2 atril-f6ce926719943751cf65cacde7fae050593eb2d6.tar.xz |
inicial
Diffstat (limited to 'data/icons/16x16/actions/Makefile.am')
-rw-r--r-- | data/icons/16x16/actions/Makefile.am | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/data/icons/16x16/actions/Makefile.am b/data/icons/16x16/actions/Makefile.am new file mode 100644 index 00000000..d82ea2a3 --- /dev/null +++ b/data/icons/16x16/actions/Makefile.am @@ -0,0 +1,27 @@ +themedir = $(pkgdatadir)/icons/hicolor +size = 16x16 +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + view-page-continuous.png \ + view-page-facing.png \ + zoom.png \ + zoom-fit-height.png \ + zoom-fit-width.png \ + object-rotate-left.png \ + object-rotate-right.png + +noinst_DATA = \ + view-page-continuous.xcf \ + view-page-facing.xcf \ + zoom.svg \ + zoom-fit-page.svg \ + zoom-fit-width.svg + +EXTRA_DIST = \ + $(icons_DATA) \ + $(noinst_DATA) + +-include $(top_srcdir)/git.mk |