diff options
author | Arun Isaac | 2021-05-23 20:02:47 +0530 |
---|---|---|
committer | Arun Isaac | 2021-05-24 16:25:51 +0530 |
commit | c012b9526f204646b98bab9a9ef41e15a6accac9 (patch) | |
tree | 80a1f125e99d1b7e04ac91a751e061ff777aea16 | |
parent | 82afa45cdca1dcad0e926ddcdeed80e879e4af09 (diff) | |
download | ccwl-c012b9526f204646b98bab9a9ef41e15a6accac9.tar.gz ccwl-c012b9526f204646b98bab9a9ef41e15a6accac9.tar.lz ccwl-c012b9526f204646b98bab9a9ef41e15a6accac9.zip |
Install ccwl script.
* Makefile.am (bin_SCRIPTS): Add scripts/ccwl.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f0b0bcb..e205c47 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,6 +39,7 @@ SUFFIXES = .scm .go moddir = $(prefix)/share/guile/site/$(GUILE_EFFECTIVE_VERSION) godir = $(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache +bin_SCRIPTS = scripts/ccwl info_TEXINFOS = doc/ccwl.texi SOURCES = \ |