unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Re: [Guile-commits] GNU Guile branch, master, updated. release_1-9-11-210-g648da03
       [not found] ` <878w50yh1x.fsf@gnu.org>
@ 2010-07-24 20:11   ` Thien-Thi Nguyen
  2010-07-24 20:26     ` Thien-Thi Nguyen
  2010-07-25  7:51     ` Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: Thien-Thi Nguyen @ 2010-07-24 20:11 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guile-devel

() ludo@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]



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Guile-commits] GNU Guile branch, master, updated. release_1-9-11-210-g648da03
  2010-07-24 20:11   ` [Guile-commits] GNU Guile branch, master, updated. release_1-9-11-210-g648da03 Thien-Thi Nguyen
@ 2010-07-24 20:26     ` Thien-Thi Nguyen
  2010-07-25  7:51     ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Thien-Thi Nguyen @ 2010-07-24 20:26 UTC (permalink / raw)
  To: guile-devel

() Thien-Thi Nguyen <ttn@gnuvola.org>
() Sat, 24 Jul 2010 22:11:24 +0200

   and moving ‘guile-func-name-check’ to ‘EXTRA_DIST’

Forgot to mention: Another reason to prefer ‘EXTRA_DIST’ is that foo_SCRIPTS
implies executable (chmod +x) programs, which ‘guile-func-name-check’ is not.
Placing it in ‘EXTRA_DIST’ avoids making this implication, expressing more
directly the intention.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Guile-commits] GNU Guile branch, master, updated. release_1-9-11-210-g648da03
  2010-07-24 20:11   ` [Guile-commits] GNU Guile branch, master, updated. release_1-9-11-210-g648da03 Thien-Thi Nguyen
  2010-07-24 20:26     ` Thien-Thi Nguyen
@ 2010-07-25  7:51     ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2010-07-25  7:51 UTC (permalink / raw)
  To: Thien-Thi Nguyen; +Cc: guile-devel

Hi!

Thien-Thi Nguyen <ttn@gnuvola.org> writes:

> 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.

Fine with me!

Thanks,
Ludo’.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-07-25  7:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1Obucm-0002nt-RP@vcs-noshell.in.savannah.gnu.org>
     [not found] ` <878w50yh1x.fsf@gnu.org>
2010-07-24 20:11   ` [Guile-commits] GNU Guile branch, master, updated. release_1-9-11-210-g648da03 Thien-Thi Nguyen
2010-07-24 20:26     ` Thien-Thi Nguyen
2010-07-25  7:51     ` Ludovic Courtès

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).