[latexila] Autotools: distribute images
- From: SÃbastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [latexila] Autotools: distribute images
- Date: Tue, 4 Sep 2012 20:04:00 +0000 (UTC)
commit 67c3e95c1059e29d508565a324e483c0da256ddc
Author: SÃbastien Wilmet <swilmet gnome org>
Date: Thu Aug 30 20:19:33 2012 +0200
Autotools: distribute images
configure.ac | 2 ++
data/Makefile.am | 2 +-
data/images/Makefile.am | 11 +++++++++++
data/images/app/Makefile.am | 4 ++++
4 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e7fc77c..308b8e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -96,6 +96,8 @@ AC_CONFIG_FILES([Makefile
data/icons/32x32/Makefile
data/icons/48x48/Makefile
data/icons/192x192/Makefile
+ data/images/Makefile
+ data/images/app/Makefile
src/Makefile
src/gedit/Makefile
src/resources/Makefile
diff --git a/data/Makefile.am b/data/Makefile.am
index 092bd93..9f4a507 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = icons
+SUBDIRS = icons images
dist_pkgdata_DATA = \
completion.xml \
diff --git a/data/images/Makefile.am b/data/images/Makefile.am
new file mode 100644
index 0000000..e571af7
--- /dev/null
+++ b/data/images/Makefile.am
@@ -0,0 +1,11 @@
+SUBDIRS = app
+
+EXTRA_DIST = \
+ arrows \
+ delimiters \
+ greek \
+ misc-math \
+ misc-text \
+ operators \
+ relations \
+ stock-icons
diff --git a/data/images/app/Makefile.am b/data/images/app/Makefile.am
new file mode 100644
index 0000000..fa822b4
--- /dev/null
+++ b/data/images/app/Makefile.am
@@ -0,0 +1,4 @@
+EXTRA_DIST = logo.svg
+
+appdir = $(pkgdatadir)/images/app
+dist_app_DATA = logo.png
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]