diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/guile/Makefile.am | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/guile/Makefile.am b/src/guile/Makefile.am index 9136fac..536e34b 100644 --- a/src/guile/Makefile.am +++ b/src/guile/Makefile.am @@ -1,4 +1,4 @@ -# Copyright 2005, 2006, 2007, 2008, 2009 Ludovic Courtès <ludo@gnu.org> +# Copyright 2005, 2006, 2007, 2008, 2009, 2010 Ludovic Courtès <ludo@gnu.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -26,7 +26,6 @@ EXTRA_DIST = \ SOURCES = \ skribilo.scm diff.scm \ - skribilo/config.scm \ skribilo/biblio/bibtex.scm skribilo/biblio/author.scm \ skribilo/biblio/abbrev.scm skribilo/biblio/template.scm \ skribilo/utils/syntax.scm skribilo/utils/compat.scm \ @@ -75,11 +74,16 @@ SOURCES += \ skribilo/source/lisp-lex.scm skribilo/source/xml-lex.scm \ skribilo/source/c-lex.scm -CLEANFILES = $(nobase_module_DATA) +CLEANFILES = $(nobase_nodist_module_DATA) include $(top_srcdir)/substitute.am include $(top_srcdir)/guile-vm.am +# Generated files not part of the distribution. +nobase_nodist_module_DATA += \ + skribilo/config.scm skribilo/config.go \ + skribilo/utils/images.scm skribilo/utils/images.go + .in.scm: $(substitute) "$^" > "$@.tmp" && \ mv "$@.tmp" "$@" |