[gnome-todo] build: generate 'dist' and 'distcheck' targets



commit 2ac38b2e732414b860c3d565c126b2c2d4890e50
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Aug 10 11:05:26 2017 -0300

    build: generate 'dist' and 'distcheck' targets
    
    So that I can simply run "make distcheck" like I've been doing
    for years.

 configure |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/configure b/configure
index 4f9b4e6..a3f95fe 100755
--- a/configure
+++ b/configure
@@ -153,6 +153,12 @@ install:
 
 check:
        ${MESONTEST} ${NINJA_OPT}
+
+dist:
+       ${NINJA} ${NINJA_OPT} dist
+
+distcheck:
+       ${MESONTEST} ${NINJA_OPT}; ${NINJA} ${NINJA_OPT} dist
 END
 
 cmd_options=""


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