summaryrefslogtreecommitdiff
path: root/examples/extract.awk
Commit message (Collapse)AuthorAgeFilesLines
* rearrange rules to not emit the example start and end markers.Matthias Clasen2002-02-161-9/+9
| | | | | | | | * examples/extract.awk: rearrange rules to not emit the example start and end markers. * docs/tutorial/gtk-tut.sgml: turn the start and end markers into SGML comments, so they don't clutter the formatted tutorial.
* The following changes are the beginning of the work on #71430.Matthias Clasen2002-02-141-2/+12
| | | | | | | | | | | | * examples/extract.sh, examples/extract.awk: Make extraction work. * examples/Makefile (SUBDIRS): Remove packer. * examples/packer/pack.c, examples/packer/Makefile: Removed. * docs/tutorial/gtk-tut.sgml: Fix the included examples far enough to make them compile and (mostly) work, remove the packer example.
* Start mass update for GTK 1.1 Look for the best version of awk Fix FD leakGMT 1998 Tony Gale1998-12-071-0/+2
| | | | | | | | | Mon Dec 7 15:15:06 GMT 1998 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: Start mass update for GTK 1.1 * examples/extract.sh: Look for the best version of awk * examples/extract.awk: Fix FD leak * example/base: minimal example from Tutorial
* New files to automagically extract code examples from the tutorial.BST 1998 Tony Gale1998-06-041-0/+57
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.