unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* specifying workbook dir for dist-hook
@ 2002-03-27 21:17 Thien-Thi Nguyen
  2002-03-31  1:27 ` Thien-Thi Nguyen
  0 siblings, 1 reply; 20+ messages in thread
From: Thien-Thi Nguyen @ 2002-03-27 21:17 UTC (permalink / raw)
  Cc: guile-devel

Rob,

since we're moving TODO and BUGS (and maybe in the future other things)
out of guile-core/ into workbook/, it behooves us to figure out how to
get these files back into the tree on release.  apparently, automake
supports "dist-hook", which we currently use in these makefiles:

  ./doc/Makefile.am
  ./guile-readline/Makefile.am

it is easy to add something like:

  dist-hook:
          @echo doing dist-hook...
  if MAINTAINER_MODE
          @echo 'This is a snapshot of the TODO file.' > TODO
          @echo >> TODO
          cat $(workbook)/tasks/TODO >> TODO
          $(workbook)/../scripts/render-bugs $(workbook)/bugs > BUGS
  endif

to top-level Makefile.am.  the question is how to define $(workbook)?
we can either require maintainers to specify this directory like:

  make workbook=some/path/to/workbook dist

or adopt the convention that workbook is always at
$(top_srcdir)/../workbook and codify that in Makefile.am.

so: what is your preference?
    what other files can we factor out of guile-core/?
    where would we put them in workbook/?
    where is a good place to document all this?  (RELEASE?)

if you see where i'm going w/ this, you can obviously make the changes
yourself, but i'm happy to do them for you if given reasonable answers.

thi

_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel


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

end of thread, other threads:[~2002-04-09 17:09 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-27 21:17 specifying workbook dir for dist-hook Thien-Thi Nguyen
2002-03-31  1:27 ` Thien-Thi Nguyen
2002-04-01  0:09   ` Marius Vollmer
2002-04-01  2:05     ` Rob Browning
2002-04-01  8:53     ` Thien-Thi Nguyen
2002-04-01 18:47     ` Neil Jerram
2002-04-01 19:41       ` Thien-Thi Nguyen
2002-04-01 22:08         ` Neil Jerram
2002-04-03 18:43           ` Marius Vollmer
2002-04-03 20:06             ` Thien-Thi Nguyen
2002-04-07 13:04               ` Marius Vollmer
2002-04-07 22:55                 ` Thien-Thi Nguyen
2002-04-08  0:06                   ` Marius Vollmer
2002-04-08  2:50                     ` Thien-Thi Nguyen
2002-04-08 16:28                       ` Marius Vollmer
2002-04-08 19:26                         ` Thien-Thi Nguyen
2002-04-08 23:56                           ` Thien-Thi Nguyen
2002-04-09 16:58                             ` Marius Vollmer
2002-04-09 17:09                           ` Marius Vollmer
2002-04-01 20:07     ` Thien-Thi Nguyen

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