summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-05-18 12:03:11 +0200
committerLudovic Courtès <ludo@gnu.org>2019-05-18 12:03:11 +0200
commit1b0d2b2afc2ec38c025263005199dbcd347087c8 (patch)
tree9c892b6f73eac4a146c14f8f9a889bba7d2144e6 /Makefile.am
parentc34684b6bc32c76b2383cf3641dad1b059fd84fc (diff)
downloadpatches-1b0d2b2afc2ec38c025263005199dbcd347087c8.tar
patches-1b0d2b2afc2ec38c025263005199dbcd347087c8.tar.gz
build: Add 'docker-image.tmpl' to the distribution.
Fixes <https://bugs.gnu.org/35774>. Reported by Ting-Wei Lan <lantw44@gmail.com>. * Makefile.am (EXAMPLES): Add docker-image.tmpl.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ea2fad7705..ba4528ce87 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -324,6 +324,7 @@ EXAMPLES = \
gnu/system/examples/beaglebone-black.tmpl \
gnu/system/examples/desktop.tmpl \
gnu/system/examples/lightweight-desktop.tmpl \
+ gnu/system/examples/docker-image.tmpl \
gnu/system/examples/vm-image.tmpl
GOBJECTS = $(MODULES:%.scm=%.go) guix/config.go $(dist_noinst_DATA:%.scm=%.go)