gnu: giac: Update to 1.5.0-65.
[jackhill/guix/guix.git] / Makefile.am
index 93d18d7..6a4cfcd 100644 (file)
@@ -241,6 +241,7 @@ MODULES =                                   \
   guix/scripts/remove.scm                      \
   guix/scripts/upgrade.scm                     \
   guix/scripts/search.scm                      \
+  guix/scripts/show.scm                                \
   guix/scripts/gc.scm                          \
   guix/scripts/hash.scm                                \
   guix/scripts/pack.scm                                \
@@ -306,7 +307,10 @@ STORE_MODULES =                                    \
 MODULES += $(STORE_MODULES)
 
 # Internal modules with test suite support.
-dist_noinst_DATA = guix/tests.scm guix/tests/http.scm
+dist_noinst_DATA =                             \
+  guix/tests.scm                               \
+  guix/tests/http.scm                          \
+  guix/tests/git.scm
 
 # Auxiliary files for packages.
 AUX_FILES =                                            \
@@ -390,6 +394,7 @@ SCM_TESTS =                                 \
   tests/file-systems.scm                       \
   tests/gem.scm                                \
   tests/gexp.scm                               \
+  tests/git.scm                                        \
   tests/glob.scm                               \
   tests/gnu-maintenance.scm                    \
   tests/grafts.scm                             \
@@ -528,8 +533,10 @@ EXTRA_DIST +=                                              \
   TODO                                                 \
   CODE-OF-CONDUCT                                      \
   .dir-locals.el                                       \
+  .guix-channel                                                \
   scripts/guix.in                                      \
   etc/guix-install.sh                                  \
+  etc/news.scm                                         \
   build-aux/build-self.scm                             \
   build-aux/compile-all.scm                            \
   build-aux/hydra/evaluate.scm                         \