[pygobject] Move pygi-convert.sh into tools



commit 26001a6ae42f8e10ed4c44bc9414e219b946cee0
Author: Christoph Reiter <creiter src gnome org>
Date:   Wed Dec 6 18:37:45 2017 +0100

    Move pygi-convert.sh into tools

 MANIFEST.in                              |    2 +-
 Makefile.am                              |    2 +-
 pygi-convert.sh => tools/pygi-convert.sh |    0
 3 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/MANIFEST.in b/MANIFEST.in
index 769a5e4..b9f067e 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -8,7 +8,7 @@ include INSTALL
 include m4/introspection.m4
 include m4/python.m4
 include NEWS
-include pygi-convert.sh
+include tools/pygi-convert.sh
 include pygobject.doap
 include README.rst
 recursive-include examples *.py *.am *.png *.css *.ui *.gif *.gresource *.jpg *.xml
diff --git a/Makefile.am b/Makefile.am
index 540805b..643aefc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,7 +17,7 @@ EXTRA_DIST = \
        pygobject-$(PLATFORM_VERSION).pc.in \
        PKG-INFO \
        PKG-INFO.in \
-       pygi-convert.sh \
+       tools/pygi-convert.sh \
        m4/python.m4 \
        m4/introspection.m4 \
        setup.py \
diff --git a/pygi-convert.sh b/tools/pygi-convert.sh
similarity index 100%
rename from pygi-convert.sh
rename to tools/pygi-convert.sh


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