[PATCH] do not ship generated files in tarball

Frederic Crozat fcrozat at mandriva.com
Wed Aug 5 07:21:15 PDT 2009


---
 themes/fade-in/Makefile.am    |    3 ++-
 themes/glow/Makefile.am       |    3 ++-
 themes/script/Makefile.am     |    4 +++-
 themes/solar/Makefile.am      |    2 +-
 themes/spinfinity/Makefile.am |    2 +-
 5 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/themes/fade-in/Makefile.am b/themes/fade-in/Makefile.am
index 8e43680..452dbb6 100644
--- a/themes/fade-in/Makefile.am
+++ b/themes/fade-in/Makefile.am
@@ -1,5 +1,6 @@
 themedir = $(datadir)/plymouth/themes/fade-in
-dist_theme_DATA = fade-in.plymouth star.png bullet.png entry.png lock.png
+nodist_theme_DATA = fade-in.plymouth
+dist_theme_DATA = star.png bullet.png entry.png lock.png
 
 MAINTAINERCLEANFILES = Makefile.in fade-in.plymouth
 CLEANFILES = fade-in.plymouth
diff --git a/themes/glow/Makefile.am b/themes/glow/Makefile.am
index bc23d43..921e141 100644
--- a/themes/glow/Makefile.am
+++ b/themes/glow/Makefile.am
@@ -1,6 +1,7 @@
 themedir = $(datadir)/plymouth/themes/glow
+nodist_theme_DATA = glow.plymouth
+
 dist_theme_DATA =                                                     \
-                    glow.plymouth                                     \
                     box.png                                           \
                     bullet.png                                        \
                     entry.png                                         \
diff --git a/themes/script/Makefile.am b/themes/script/Makefile.am
index 50fefae..c15862b 100644
--- a/themes/script/Makefile.am
+++ b/themes/script/Makefile.am
@@ -1,6 +1,8 @@
 themedir = $(datadir)/plymouth/themes/script
+nodist_theme_DATA = \
+                    script.plymouth                                   
+
 dist_theme_DATA =                                                     \
-                    script.plymouth                                   \
                     script.script                                     \
                     box.png                                           \
                     bullet.png                                        \
diff --git a/themes/solar/Makefile.am b/themes/solar/Makefile.am
index 1021d41..3b5bfd5 100644
--- a/themes/solar/Makefile.am
+++ b/themes/solar/Makefile.am
@@ -1,6 +1,6 @@
 themedir = $(datadir)/plymouth/themes/solar
+nodist_theme_DATA = solar.plymouth
 dist_theme_DATA =                                                     \
-                    solar.plymouth                                    \
                     box.png                                           \
                     bullet.png                                        \
                     entry.png                                         \
diff --git a/themes/spinfinity/Makefile.am b/themes/spinfinity/Makefile.am
index 7ffb95c..cc07f45 100644
--- a/themes/spinfinity/Makefile.am
+++ b/themes/spinfinity/Makefile.am
@@ -1,6 +1,6 @@
 themedir = $(datadir)/plymouth/themes/spinfinity
+nodist_theme_DATA = spinfinity.plymouth
 dist_theme_DATA =                                                     \
-                  spinfinity.plymouth                                 \
                   box.png                                             \
                   bullet.png                                          \
                   entry.png                                           \
-- 
1.6.4


--=-1RXRGTfZb7sbEQh7zL7s--



More information about the plymouth mailing list