forked from AuroraMiddleware/gtk
68935c790b
Thu Jun 4 12:12:11 BST 1998 Tony Gale <gale@gtk.org> * examples/extract.sh, examples/extract.awk: New files to automagically extract code examples from the tutorial.
3 lines
66 B
Bash
Executable File
3 lines
66 B
Bash
Executable File
#! /bin/sh
|
|
awk -f extract.awk ../docs/gtk_tut.sgml $1 $2 $3 $4 $5
|