diff options
author | Perberos <[email protected]> | 2011-11-07 16:46:58 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-07 16:46:58 -0300 |
commit | 528c1e5ff51e213936e800fc5a9a25da99c0bdf2 (patch) | |
tree | 77f8aa456b09367ba81f04d4562fc935f898a951 /pixmaps/Makefile.am | |
download | pluma-528c1e5ff51e213936e800fc5a9a25da99c0bdf2.tar.bz2 pluma-528c1e5ff51e213936e800fc5a9a25da99c0bdf2.tar.xz |
initial
Diffstat (limited to 'pixmaps/Makefile.am')
-rwxr-xr-x | pixmaps/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pixmaps/Makefile.am b/pixmaps/Makefile.am new file mode 100755 index 00000000..d7ee4616 --- /dev/null +++ b/pixmaps/Makefile.am @@ -0,0 +1,12 @@ +icondir = $(datadir)/gedit-2/icons +icon_DATA = gedit-plugin.png + +logodir = $(datadir)/gedit-2/logo +logo_DATA = gedit-logo.png + +EXTRA_DIST = \ + $(icon_DATA) \ + $(logo_DATA) \ + gedit.ico + +-include $(top_srcdir)/git.mk |