I just remembered this commit failed before because

of problems with the cvs server... connection timed out.

Wed Mar 11 14:36:48 PST 1998 Shawn T. Amundson <amundson@gimp.org>

        * gtk/docs/: added tutorial, changed some files around to
          make more sense.
This commit is contained in:
PST 1998 Shawn T. Amundson 1998-03-12 18:23:11 +00:00 committed by Shawn Amundson
parent 4f3495f955
commit affaf4f9d2
15 changed files with 34917 additions and 7 deletions

View File

@ -1,3 +1,8 @@
Wed Mar 11 14:36:48 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* gtk/docs/: added tutorial, changed some files around to
make more sense.
Thu Mar 12 10:49:38 1998 Tim Janik <timj@gimp.org>
* gtk/gtkmain.h:

View File

@ -1,3 +1,8 @@
Wed Mar 11 14:36:48 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* gtk/docs/: added tutorial, changed some files around to
make more sense.
Thu Mar 12 10:49:38 1998 Tim Janik <timj@gimp.org>
* gtk/gtkmain.h:

View File

@ -1,3 +1,8 @@
Wed Mar 11 14:36:48 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* gtk/docs/: added tutorial, changed some files around to
make more sense.
Thu Mar 12 10:49:38 1998 Tim Janik <timj@gimp.org>
* gtk/gtkmain.h:

View File

@ -1,3 +1,8 @@
Wed Mar 11 14:36:48 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* gtk/docs/: added tutorial, changed some files around to
make more sense.
Thu Mar 12 10:49:38 1998 Tim Janik <timj@gimp.org>
* gtk/gtkmain.h:

View File

@ -1,3 +1,8 @@
Wed Mar 11 14:36:48 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* gtk/docs/: added tutorial, changed some files around to
make more sense.
Thu Mar 12 10:49:38 1998 Tim Janik <timj@gimp.org>
* gtk/gtkmain.h:

View File

@ -1,3 +1,8 @@
Wed Mar 11 14:36:48 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* gtk/docs/: added tutorial, changed some files around to
make more sense.
Thu Mar 12 10:49:38 1998 Tim Janik <timj@gimp.org>
* gtk/gtkmain.h:

View File

@ -1,3 +1,8 @@
Wed Mar 11 14:36:48 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* gtk/docs/: added tutorial, changed some files around to
make more sense.
Thu Mar 12 10:49:38 1998 Tim Janik <timj@gimp.org>
* gtk/gtkmain.h:

View File

@ -1,5 +1,6 @@
Makefile
Makefile.in
*.html
*.info*
*.dvi
*.ps

View File

@ -5,9 +5,11 @@ info_TEXINFOS = gdk.texi gtk.texi glib.texi
EXTRA_DIST = \
texinfo.tex \
macros.texi \
Makefile.gtkfaq \
Makefile.sgml \
gtkdocs_fix \
gtkfaq.sgml \
gtkfaq_fix \
gtk_tut.sgml \
gtk_tut_it.sgml \
debugging.txt \
developers.txt \
refcounting.txt \

View File

@ -8,9 +8,16 @@
# the automake stuff...
#
all: sgml
all: html
sgml:
html: faq tut italian_tut
perl gtkdocs_fix gtkfaq*.html gtk_tut*.html
faq:
sgml2html gtkfaq.sgml
cp gtkfaq.html index.html
perl gtkfaq_fix *.html
tut:
sgml2html gtk_tut.sgml
italian_tut:
sgml2html gtk_tut_it.sgml

9092
docs/gtk_tut.sgml Normal file

File diff suppressed because it is too large Load Diff

8340
docs/gtk_tut_it.sgml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/perl
# Stupid script to fix look of html files created with sgml2html...
@ -8,3 +8,4 @@ foreach (@ARGV) {
system("sed -e 's/<BODY>/<BODY BGCOLOR=\"#FFFFFF\">/g' -e 's/<HR>/<HR NOSHADE>/g' $_.orig > $_");
unlink("$_.orig");
}

9092
docs/tutorial/gtk_tut.sgml Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff