diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-05-20 11:48:57 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-05-20 11:48:57 +0200 |
commit | 99f47b53f755f0a6cb15615c2b9a449a930e82e9 (patch) | |
tree | 853674ba28bc780e7916b2ccf044285d71c770b8 /Makefile.am | |
parent | 8d036f3ecf3b837e8f38c2dca9f8a78568cc664b (diff) | |
parent | fb2abbd6f5abac8ae0fec594594dd54ff7e3f4db (diff) | |
download | guix-99f47b53f755f0a6cb15615c2b9a449a930e82e9.tar.gz |
Merge branch 'version-1.0.1'
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) |