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.
This commit is contained in:
Mathieu Lirzin 2015-11-10 15:53:11 +01:00 committed by David Thompson
parent 65cced1dda
commit 553e8bcec0
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
## Haunt --- Static site generator for GNU Guile
## Copyright © 2015 David Thompson <davet@gnu.org>
## Copyright © 2015 Mathieu Lirzin <mthl@gnu.org>
##
## 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 \

View File

@ -20,7 +20,7 @@
(p [And here's a code snippet of how I build Haunt using GNU Guix:])
(source-code
"guix environment -l package.scm
"guix environment -l guix.scm
./configure
make")