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.
This commit is contained in:
Owen Taylor
1998-04-08 04:07:01 +00:00
committed by Owen Taylor
parent 2ab408a700
commit 3d19b7ce55
13 changed files with 126 additions and 57 deletions

4
examples/find-examples.sh Executable file
View File

@ -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"