From 041b56c4808c234bfedb10d25cbfa39ebe13e395 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Fri, 16 Dec 2016 13:39:51 +0100 Subject: build: Install the examples. * Makefile.am (EXTRA_DIST): Move examples to ... (nobase_dist_pkgdata_DATA): ... here. New variable. --- Makefile.am | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 99d2b4b..cf6f21a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -113,10 +113,6 @@ EXTRA_DIST = \ bin/evaluate.in \ bootstrap \ src/cuirass/config.scm.in \ - examples/gnu-system.scm \ - examples/guix-jobs.scm \ - examples/hello-singleton.scm \ - examples/hello-subset.scm \ $(TESTS) MOSTLYCLEANFILES = $(bin_SCRIPTS) src/cuirass/config.scm @@ -179,6 +175,13 @@ BUILT_SOURCES = src/cuirass/config.scm info_TEXINFOS = doc/cuirass.texi doc_cuirass_TEXINFOS = doc/fdl-1.3.texi +# Install the examples. +nobase_dist_pkgdata_DATA = \ + examples/gnu-system.scm \ + examples/guix-jobs.scm \ + examples/hello-singleton.scm \ + examples/hello-subset.scm + ## -------------- ## ## Installation. ## ## -------------- ## -- cgit v1.2.3