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:
parent
4f3495f955
commit
affaf4f9d2
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -1,5 +1,6 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
*.html
|
||||
*.info*
|
||||
*.dvi
|
||||
*.ps
|
||||
|
@ -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 \
|
||||
|
@ -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
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
8340
docs/gtk_tut_it.sgml
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
9092
docs/tutorial/gtk_tut.sgml
Normal file
File diff suppressed because it is too large
Load Diff
8340
docs/tutorial/gtk_tut_it.sgml
Normal file
8340
docs/tutorial/gtk_tut_it.sgml
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user