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

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