() l...@gnu.org (Ludovic Courtès) () Sat, 24 Jul 2010 18:34:50 +0200 > noinst_SCRIPTS = guile-doc-snarf guile-snarf-docs guile-func-name-check
As seen at <http://hydra.nixos.org/build/495522>, ‘guile-func-name-check’ is now missing from the tarball. Sorry about that! I will remember to check "make dist" prior to pushing in the future. Perhaps the variable above should be renamed to ‘dist_noinst_SCRIPTS’ or something like that? Previously, automake included guile-func-name-check in the list of files to be distributed due to it being named by ‘AC_CONFIG_FILES’ (via ‘GUILE_CONFIG_SCRIPT’). Because the others in that var (‘guile-doc-snarf’, ‘guile-snarf-docs’) fall in the same category, converting the ‘noinst_SCRIPTS’ to ‘dist_noinst_SCRIPTS’ is overkill for them. So i suggest: noinst_SCRIPTS = guile-doc-snarf guile-snarf-docs and moving ‘guile-func-name-check’ to ‘EXTRA_DIST’. I am in the process of testing this and will push it If All Goes Well unless there are any objections. [cc redirected to guile-devel]