[frogr] meson: Generate a make target to create tarballs with 'make dist'



commit 0a962ae125a5c3d8f950e25c3a6c120980f42240
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Tue May 23 21:45:14 2017 +0100

    meson: Generate a make target to create tarballs with 'make dist'
    
    This will only be useful when using the configure script adapter,
    of course, but it's nice to be able to keep doing make dist.

 configure |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure b/configure
index 5b22543..c3d93d6 100755
--- a/configure
+++ b/configure
@@ -119,8 +119,8 @@ all:
 install:
        DESTDIR="\$(DESTDIR)" ${NINJA} ${NINJA_OPT} install
 
-check:
-       ${MESONTEST} ${NINJA_OPT}
+dist:
+       ${srcdir}/make_release.sh
 END
 
 echo "Summary:"


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