[evince] unarr: Generate .gitignore files in subdirectories



commit 35ee62bf7b63fc5ec5491817deb9e0489a21e26c
Author: Jonas Hahnfeld <hahnjo hahnjo de>
Date:   Tue Aug 15 20:22:34 2017 +0200

    unarr: Generate .gitignore files in subdirectories
    
    https://bugzilla.gnome.org/show_bug.cgi?id=786337

 configure.ac                          |    3 +++
 cut-n-paste/unarr/Makefile.am         |    3 +++
 cut-n-paste/unarr/common/Makefile.am  |    1 +
 cut-n-paste/unarr/lzmasdk/Makefile.am |    1 +
 cut-n-paste/unarr/rar/Makefile.am     |    1 +
 5 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6c91897..34ed8ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -929,6 +929,9 @@ cut-n-paste/gimpcellrenderertoggle/Makefile
 cut-n-paste/synctex/Makefile
 cut-n-paste/libgd/Makefile
 cut-n-paste/unarr/Makefile
+cut-n-paste/unarr/common/Makefile
+cut-n-paste/unarr/lzmasdk/Makefile
+cut-n-paste/unarr/rar/Makefile
 data/evince.desktop.in
 data/evince-previewer.desktop.in
 data/Makefile
diff --git a/cut-n-paste/unarr/Makefile.am b/cut-n-paste/unarr/Makefile.am
index 479dc86..1e5956b 100644
--- a/cut-n-paste/unarr/Makefile.am
+++ b/cut-n-paste/unarr/Makefile.am
@@ -4,6 +4,9 @@
 # forward compatibility.
 AUTOMAKE_OPTIONS = subdir-objects
 
+# Include subdirs to generate .gitignore files.
+SUBDIRS = common lzmasdk rar
+
 noinst_LTLIBRARIES = libunarr.la
 
 libunarr_la_SOURCES =          \
diff --git a/cut-n-paste/unarr/common/Makefile.am b/cut-n-paste/unarr/common/Makefile.am
new file mode 100644
index 0000000..ae44c94
--- /dev/null
+++ b/cut-n-paste/unarr/common/Makefile.am
@@ -0,0 +1 @@
+-include $(top_srcdir)/git.mk
diff --git a/cut-n-paste/unarr/lzmasdk/Makefile.am b/cut-n-paste/unarr/lzmasdk/Makefile.am
new file mode 100644
index 0000000..ae44c94
--- /dev/null
+++ b/cut-n-paste/unarr/lzmasdk/Makefile.am
@@ -0,0 +1 @@
+-include $(top_srcdir)/git.mk
diff --git a/cut-n-paste/unarr/rar/Makefile.am b/cut-n-paste/unarr/rar/Makefile.am
new file mode 100644
index 0000000..ae44c94
--- /dev/null
+++ b/cut-n-paste/unarr/rar/Makefile.am
@@ -0,0 +1 @@
+-include $(top_srcdir)/git.mk


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]