[gimp] Revert "Add distdir to POTFILES.skip"



commit ef06dfd0960734fdfb414bdefee8e8afac134b41
Author: Martin Nordholts <martinn src gnome org>
Date:   Thu Mar 10 20:54:33 2011 +0100

    Revert "Add distdir to POTFILES.skip"
    
    This reverts commit 0656172b3d723e69987714884f92cf05fa8ff6e3.
    intltool-update doesn't support $buildir/POTFILES.skip :(

 configure.ac                                     |    7 -------
 po-libgimp/.gitignore                            |    1 -
 po-libgimp/{POTFILES.skip.in => POTFILES.skip}   |    1 -
 po-plug-ins/.gitignore                           |    1 -
 po-plug-ins/{POTFILES.skip.in => POTFILES.skip}  |    1 -
 po-python/.gitignore                             |    1 -
 po-python/{POTFILES.skip.in => POTFILES.skip}    |    1 -
 po-script-fu/.gitignore                          |    1 -
 po-script-fu/{POTFILES.skip.in => POTFILES.skip} |    1 -
 po-tags/.gitignore                               |    1 -
 po-tags/{POTFILES.skip.in => POTFILES.skip}      |    1 -
 po-tips/.gitignore                               |    1 -
 po-tips/{POTFILES.skip.in => POTFILES.skip}      |    1 -
 po/.gitignore                                    |    1 -
 po/{POTFILES.skip.in => POTFILES.skip}           |    1 -
 15 files changed, 0 insertions(+), 21 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 904b47c..cf60fa8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2193,18 +2193,11 @@ desktop/gimp.desktop.in
 etc/Makefile
 m4macros/Makefile
 po/Makefile.in
-po/POTFILES.skip
 po-libgimp/Makefile.in
-po-libgimp/POTFILES.skip
 po-plug-ins/Makefile.in
-po-plug-ins/POTFILES.skip
 po-python/Makefile.in
-po-python/POTFILES.skip
 po-script-fu/Makefile.in
-po-script-fu/POTFILES.skip
-po-tags/POTFILES.skip
 po-tips/Makefile.in
-po-tips/POTFILES.skip
 gimp-zip
 Makefile
 ])
diff --git a/po-libgimp/.gitignore b/po-libgimp/.gitignore
index f427576..8178716 100644
--- a/po-libgimp/.gitignore
+++ b/po-libgimp/.gitignore
@@ -5,7 +5,6 @@
 /Makefile
 /Makefile.in
 /POTFILES
-/POTFILES.skip
 /messages
 /missing
 /stamp-it
diff --git a/po-libgimp/POTFILES.skip.in b/po-libgimp/POTFILES.skip
similarity index 78%
rename from po-libgimp/POTFILES.skip.in
rename to po-libgimp/POTFILES.skip
index 8e37773..2d14b64 100644
--- a/po-libgimp/POTFILES.skip.in
+++ b/po-libgimp/POTFILES.skip
@@ -3,6 +3,5 @@ data/tags
 data/tips
 desktop
 desktop/gimp.desktop.in
-gimp- GIMP_VERSION@
 plug-ins
 tools
diff --git a/po-plug-ins/.gitignore b/po-plug-ins/.gitignore
index f427576..8178716 100644
--- a/po-plug-ins/.gitignore
+++ b/po-plug-ins/.gitignore
@@ -5,7 +5,6 @@
 /Makefile
 /Makefile.in
 /POTFILES
-/POTFILES.skip
 /messages
 /missing
 /stamp-it
diff --git a/po-plug-ins/POTFILES.skip.in b/po-plug-ins/POTFILES.skip
similarity index 94%
rename from po-plug-ins/POTFILES.skip.in
rename to po-plug-ins/POTFILES.skip
index b8ec769..c2f26c0 100644
--- a/po-plug-ins/POTFILES.skip.in
+++ b/po-plug-ins/POTFILES.skip
@@ -3,7 +3,6 @@ data/tags
 data/tips
 desktop
 desktop/gimp.desktop.in
-gimp- GIMP_VERSION@
 libgimp
 libgimpbase
 libgimpconfig
diff --git a/po-python/.gitignore b/po-python/.gitignore
index f427576..8178716 100644
--- a/po-python/.gitignore
+++ b/po-python/.gitignore
@@ -5,7 +5,6 @@
 /Makefile
 /Makefile.in
 /POTFILES
-/POTFILES.skip
 /messages
 /missing
 /stamp-it
diff --git a/po-python/POTFILES.skip.in b/po-python/POTFILES.skip
similarity index 97%
rename from po-python/POTFILES.skip.in
rename to po-python/POTFILES.skip
index 18420ac..46d737e 100644
--- a/po-python/POTFILES.skip.in
+++ b/po-python/POTFILES.skip
@@ -3,7 +3,6 @@ data/tags
 data/tips
 desktop
 desktop/gimp.desktop.in
-gimp- GIMP_VERSION@
 libgimp
 libgimpbase
 libgimpconfig
diff --git a/po-script-fu/.gitignore b/po-script-fu/.gitignore
index f427576..8178716 100644
--- a/po-script-fu/.gitignore
+++ b/po-script-fu/.gitignore
@@ -5,7 +5,6 @@
 /Makefile
 /Makefile.in
 /POTFILES
-/POTFILES.skip
 /messages
 /missing
 /stamp-it
diff --git a/po-script-fu/POTFILES.skip.in b/po-script-fu/POTFILES.skip
similarity index 97%
rename from po-script-fu/POTFILES.skip.in
rename to po-script-fu/POTFILES.skip
index 3551ed8..53d35a3 100644
--- a/po-script-fu/POTFILES.skip.in
+++ b/po-script-fu/POTFILES.skip
@@ -3,7 +3,6 @@ data/tags
 data/tips
 desktop
 desktop/gimp.desktop.in
-gimp- GIMP_VERSION@
 libgimp
 libgimpbase
 libgimpconfig
diff --git a/po-tags/.gitignore b/po-tags/.gitignore
index 3ef2796..ff914d5 100644
--- a/po-tags/.gitignore
+++ b/po-tags/.gitignore
@@ -2,4 +2,3 @@
 /*.mo
 /*.pot
 /.intltool-merge-cache
-/POTFILES.skip
diff --git a/po-tags/POTFILES.skip.in b/po-tags/POTFILES.skip
similarity index 87%
rename from po-tags/POTFILES.skip.in
rename to po-tags/POTFILES.skip
index f87abea..bed2f0c 100644
--- a/po-tags/POTFILES.skip.in
+++ b/po-tags/POTFILES.skip
@@ -2,7 +2,6 @@ app
 data/tips
 desktop
 desktop/gimp.desktop.in
-gimp- GIMP_VERSION@
 libgimp
 libgimpbase
 libgimpconfig
diff --git a/po-tips/.gitignore b/po-tips/.gitignore
index f427576..8178716 100644
--- a/po-tips/.gitignore
+++ b/po-tips/.gitignore
@@ -5,7 +5,6 @@
 /Makefile
 /Makefile.in
 /POTFILES
-/POTFILES.skip
 /messages
 /missing
 /stamp-it
diff --git a/po-tips/POTFILES.skip.in b/po-tips/POTFILES.skip
similarity index 87%
rename from po-tips/POTFILES.skip.in
rename to po-tips/POTFILES.skip
index 70f3ed9..f943787 100644
--- a/po-tips/POTFILES.skip.in
+++ b/po-tips/POTFILES.skip
@@ -2,7 +2,6 @@ app
 data/tags
 desktop
 desktop/gimp.desktop.in
-gimp- GIMP_VERSION@
 libgimp
 libgimpbase
 libgimpconfig
diff --git a/po/.gitignore b/po/.gitignore
index 511fdd4..a9d7fba 100644
--- a/po/.gitignore
+++ b/po/.gitignore
@@ -5,7 +5,6 @@
 /Makefile
 /Makefile.in
 /POTFILES
-/POTFILES.skip
 /messages
 /missing
 /po2tbl.sed.in
diff --git a/po/POTFILES.skip.in b/po/POTFILES.skip
similarity index 91%
rename from po/POTFILES.skip.in
rename to po/POTFILES.skip
index 8efbe5a..28eb1ab 100644
--- a/po/POTFILES.skip.in
+++ b/po/POTFILES.skip
@@ -2,7 +2,6 @@ app/widgets/gtkscalebutton.c
 data/tags/gimp-tags-default.xml.in
 data/tips/gimp-tips.xml.in
 desktop/gimp.desktop.in
-gimp- GIMP_VERSION@
 libgimp
 libgimpbase
 libgimpconfig



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