diff options
author | Owen Taylor <owt1@cornell.edu> | 1998-04-08 04:07:01 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-04-08 04:07:01 +0000 |
commit | 3d19b7ce55885a50df575f52aadc18d47fab235c (patch) | |
tree | ccc10a158cef117251b3897a09e68a40a59aa27e /examples | |
parent | 2ab408a70056ed0e8aed7b920fa9b15b6d8bdc64 (diff) | |
download | gdk-pixbuf-3d19b7ce55885a50df575f52aadc18d47fab235c.tar.gz |
Changes for GTK+ 0.99.10
Tue Apr 7 23:06:00 1998 Owen Taylor <owt1@cornell.edu>
* Changes for GTK+ 0.99.10
* examples/find-examples.sh: Script to find all the
files we need to distribute from the examples directory.
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/find-examples.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/find-examples.sh b/examples/find-examples.sh new file mode 100755 index 000000000..51de23f88 --- /dev/null +++ b/examples/find-examples.sh @@ -0,0 +1,4 @@ +find . -name CVS -prune -o \ + -not \( -type d -o -name Makefile.am -o -name find-examples.sh \) -print | + sed 's%\./\(.*\)% examples/\1 \\%' +echo " examples/find-examples.sh" |