diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-09-02 21:39:04 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-09-02 21:39:04 +0200 |
commit | 18d00a80b4f3d7e3a38368bc124b252ddb1cd63c (patch) | |
tree | afa798d076ac81c7bf42d2a54fbc164f716336a7 /scheme | |
parent | 1854a6b537d2e462d15b90af9e14719cbaeb8829 (diff) | |
download | geiser-guile-18d00a80b4f3d7e3a38368bc124b252ddb1cd63c.tar.gz geiser-guile-18d00a80b4f3d7e3a38368bc124b252ddb1cd63c.tar.bz2 |
Including the new images.rkt in the distribution
By listing it in the corresponding Makefile.am file. I wonder how
useful maintaining all this autofoo stuff really is: creating an ELPA
package could be more handy for people not using the git repo
directly, and much easier to maintain.
Diffstat (limited to 'scheme')
-rw-r--r-- | scheme/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scheme/Makefile.am b/scheme/Makefile.am index e1b6559..2eaadfe 100644 --- a/scheme/Makefile.am +++ b/scheme/Makefile.am @@ -11,6 +11,7 @@ nobase_dist_pkgdata_DATA = \ racket/geiser/completions.rkt \ racket/geiser/enter.rkt \ racket/geiser/eval.rkt \ + racket/geiser/images.rkt \ racket/geiser/locations.rkt \ racket/geiser/main.rkt \ racket/geiser/modules.rkt \ |