diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-10-15 12:12:50 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-10-15 13:02:50 -0400 |
commit | ef7fddac3bfecfe855c55b78803df304376136eb (patch) | |
tree | f22a82c3f695ecda7f5acf473361064e4bc728e9 /docs/Makefile.am | |
parent | 28cb8583c3061390f965999c08c1f1ebce266bd1 (diff) | |
download | gtk+-ef7fddac3bfecfe855c55b78803df304376136eb.tar.gz |
docs: Drop the old tutorial
The tutorial is outdated, essentially stuck at GTK+ 2.0.
At this point, it is more misleading than helpful.
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index dc9561747a..41206ac29e 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in include $(top_srcdir)/Makefile.decl -SUBDIRS = tutorial faq reference tools +SUBDIRS = faq reference tools EXTRA_DIST += \ CODING-STYLE \ |