diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 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 \ |