mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
Fix "make dist" regression: Distribute guile-func-name-check.
Regression introduced 2010-07-22, "Avoid no-op config-subst for libguile/guile-func-name-check". * libguile/Makefile.am (noinst_SCRIPTS): Move guile-func-name-check from here... (EXTRA_DIST): ...to here.
This commit is contained in:
parent
dbd891c712
commit
2d6a14adc9
1 changed files with 2 additions and 1 deletions
|
@ -593,10 +593,11 @@ bin_SCRIPTS = guile-snarf
|
|||
|
||||
# We can re-enable install for some of these if/when they are documented
|
||||
# and people feel like maintaining them. For now, this is not the case.
|
||||
noinst_SCRIPTS = guile-snarf-docs guile-func-name-check
|
||||
noinst_SCRIPTS = guile-snarf-docs
|
||||
|
||||
EXTRA_DIST = ChangeLog-scm ChangeLog-threads \
|
||||
ChangeLog-1996-1999 ChangeLog-2000 ChangeLog-2008 \
|
||||
guile-func-name-check \
|
||||
cpp-E.syms cpp-E.c cpp-SIG.syms cpp-SIG.c \
|
||||
c-tokenize.lex version.h.in \
|
||||
scmconfig.h.top libgettext.h unidata_to_charset.pl libguile.map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue