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 \ 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")