[latexila] Autotools: handle some data/ files
- From: SÃbastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [latexila] Autotools: handle some data/ files
- Date: Tue, 4 Sep 2012 20:03:45 +0000 (UTC)
commit 0f29f233cd1b5baa3fc589747187427bf4c7aed1
Author: SÃbastien Wilmet <swilmet gnome org>
Date: Thu Aug 30 19:02:32 2012 +0200
Autotools: handle some data/ files
Makefile.am | 2 +-
configure.ac | 1 +
data/Makefile.am | 6 ++++++
3 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 2bf9378..48d8e10 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = src
+SUBDIRS = data src
EXTRA_DIST = \
HACKING \
diff --git a/configure.ac b/configure.ac
index 1a25671..829d48a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -88,6 +88,7 @@ AC_DEFINE([DESKTOP_SCHEMAS],
# Generate files
AC_CONFIG_FILES([Makefile
+ data/Makefile
src/Makefile
src/gedit/Makefile
src/resources/Makefile
diff --git a/data/Makefile.am b/data/Makefile.am
new file mode 100644
index 0000000..3c6c4cf
--- /dev/null
+++ b/data/Makefile.am
@@ -0,0 +1,6 @@
+dist_pkgdata_DATA = \
+ completion.xml \
+ latexhelp.html
+
+desktopdir = $(datadir)/applications
+dist_desktop_DATA = latexila.desktop
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]