public inbox for guile-gtk@sourceware.org
 help / color / mirror / Atom feed
* suggestion: also install defs and build script
@ 2000-10-22 11:36 thi
  2000-10-23 15:32 ` Marius Vollmer
  0 siblings, 1 reply; 3+ messages in thread
From: thi @ 2000-10-22 11:36 UTC (permalink / raw)
  To: guile-gtk

greetings guile-gtk folks,

please find below a simple diff to Makefile.am that adds installation of
gdk-VERSION.defs, gtk-VERSION.defs, and build-guile-gtk.  this is useful
for other tools (such as the glade2scm translator i'm writing).  see
also next mail.

thi


_______________________________________________
diff -c Makefile.am~ Makefile.am
*** Makefile.am~	Sat Feb 26 08:58:06 2000
--- Makefile.am	Sat Oct 21 22:42:35 2000
***************
*** 75,80 ****
--- 75,83 ----
  	$(mkinstalldirs) $(vgtkmoduledir) $(gtkmoduledir)
  	$(INSTALL_DATA) $(vscmsrcdir)/gtk.scm $(vgtkmoduledir)/gtk.scm
  	$(INSTALL_DATA) $(vscmsrcdir)/gdk.scm $(vgtkmoduledir)/gdk.scm
+ 	$(INSTALL_DATA) $(srcdir)/gtk-$(GTK_VERSION).defs $(vgtkmoduledir)
+ 	$(INSTALL_DATA) $(srcdir)/gdk-$(GTK_VERSION).defs $(vgtkmoduledir)
+ 	$(INSTALL_DATA) $(srcdir)/build-guile-gtk $(vgtkmoduledir)
  	$(INSTALL_DATA) $(srcdir)/gtk/gtk.scm  $(gtkmoduledir)/gtk.scm
  	$(INSTALL_DATA) $(srcdir)/gtk/gdk.scm  $(gtkmoduledir)/gdk.scm
  	$(INSTALL_DATA) $(srcdir)/gtk/dynlink.scm  $(gtkmoduledir)/dynlink.scm

Diff finished at Sun Oct 22 02:06:28

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

* Re: suggestion: also install defs and build script
  2000-10-22 11:36 suggestion: also install defs and build script thi
@ 2000-10-23 15:32 ` Marius Vollmer
  2000-11-08  9:47   ` thi
  0 siblings, 1 reply; 3+ messages in thread
From: Marius Vollmer @ 2000-10-23 15:32 UTC (permalink / raw)
  To: ttn; +Cc: guile-gtk

thi <ttn@revel.glug.org> writes:

> please find below a simple diff to Makefile.am that adds installation of
> gdk-VERSION.defs, gtk-VERSION.defs, and build-guile-gtk.

These files are already installed.  `build-guile-gtk' goes into
$(bindir), while the *.defs files go into $(datadir)/guile-gtk/, for
example /usr/local/share/guile-gtk/gtk-1.2.defs.

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

* Re: suggestion: also install defs and build script
  2000-10-23 15:32 ` Marius Vollmer
@ 2000-11-08  9:47   ` thi
  0 siblings, 0 replies; 3+ messages in thread
From: thi @ 2000-11-08  9:47 UTC (permalink / raw)
  To: mvo; +Cc: guile-gtk

   From: Marius Vollmer <mvo@zagadka.ping.de>
   Date: 23 Oct 2000 00:00:33 +0200

   These files are already installed.  `build-guile-gtk' goes into
   $(bindir), while the *.defs files go into $(datadir)/guile-gtk/, for
   example /usr/local/share/guile-gtk/gtk-1.2.defs.

cool, sorry i misesd that the first time!

thi

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

end of thread, other threads:[~2000-11-08  9:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-10-22 11:36 suggestion: also install defs and build script thi
2000-10-23 15:32 ` Marius Vollmer
2000-11-08  9:47   ` thi

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