summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am3
-rw-r--r--example/posts/baz.skr2
2 files changed, 3 insertions, 2 deletions
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 <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 \
diff --git a/example/posts/baz.skr b/example/posts/baz.skr
index abfb51a..747ca78 100644
--- a/example/posts/baz.skr
+++ b/example/posts/baz.skr
@@ -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")