mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
3d19b7ce55
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.
5 lines
183 B
Bash
Executable File
5 lines
183 B
Bash
Executable File
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"
|