diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-05-18 12:03:11 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-05-18 12:03:11 +0200 |
commit | 1b0d2b2afc2ec38c025263005199dbcd347087c8 (patch) | |
tree | 9c892b6f73eac4a146c14f8f9a889bba7d2144e6 /Makefile.am | |
parent | c34684b6bc32c76b2383cf3641dad1b059fd84fc (diff) | |
download | patches-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.am | 1 |
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) |