From 553e8bcec0f14104b07ff84f4be14f1556f9259c Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Tue, 10 Nov 2015 15:53:11 +0100 Subject: build: Fix all the Guix development package references. * Makefile.am (EXTRA_DIST): Use 'guix.scm' instead of the obsolete file name 'package.scm'. * example/posts/baz.skr: Likewise. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c47c84a..e607551 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,6 @@ ## Haunt --- Static site generator for GNU Guile ## Copyright © 2015 David Thompson +## Copyright © 2015 Mathieu Lirzin ## ## This file is part of Haunt. ## @@ -83,7 +84,7 @@ info_TEXINFOS = doc/haunt.texi EXTRA_DIST += \ pre-inst-env.in \ README.md \ - package.scm + guix.scm SUBDIRS = \ example \ -- cgit v1.2.3