On Mon, 30 Aug 1999, Damon Chaplin wrote:

> What kinds of things would people want to do in these scripts?
> (I suppose people may want to run indent in glade_save_source_after)
> 

Example: User can append object and user's code remain in gladesrc.c .

glade_save_source_before:
------------------
#!/bin/sh

diff -u -w gladesrc.c.orig gladesrc.c >gladesrc.c.patch
diff -u -w gladesrc.h.orig gladesrc.h >gladesrc.h.patch
------------------

glade_save_source_after:
------------------
#!/bin/sh

cp gladesrc.h gladesrc.h.orig
cp gladesrc.c gladesrc.c.orig

patch -p1 <gladesrc.c.patch
patch -p1 <gladesrc.h.patch
------------------


Martin Mevald, [EMAIL PROTECTED]


+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.

Reply via email to