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 ## Haunt --- Static site generator for GNU Guile
## Copyright © 2015 David Thompson <davet@gnu.org> ## Copyright © 2015 David Thompson <davet@gnu.org>
## Copyright © 2015 Mathieu Lirzin <mthl@gnu.org>
## ##
## This file is part of Haunt. ## This file is part of Haunt.
## ##
@ -83,7 +84,7 @@ info_TEXINFOS = doc/haunt.texi
EXTRA_DIST += \ EXTRA_DIST += \
pre-inst-env.in \ pre-inst-env.in \
README.md \ README.md \
package.scm guix.scm
SUBDIRS = \ SUBDIRS = \
example \ example \

View File

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