diff options
author | PST 1998 Shawn T. Amundson <amundson@gimp.org> | 1998-03-12 18:23:11 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1998-03-12 18:23:11 +0000 |
commit | affaf4f9d265522c71f1a9ba4b359094c00dc18a (patch) | |
tree | 2ed9182335ff959014320e46f7b1e1b76d27c39a /docs/Makefile.sgml | |
parent | 4f3495f955fb0798c18325c4d061891019e6b4f5 (diff) | |
download | gtk+-affaf4f9d265522c71f1a9ba4b359094c00dc18a.tar.gz |
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.
Diffstat (limited to 'docs/Makefile.sgml')
-rw-r--r-- | docs/Makefile.sgml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/Makefile.sgml b/docs/Makefile.sgml new file mode 100644 index 0000000000..106232fcd3 --- /dev/null +++ b/docs/Makefile.sgml @@ -0,0 +1,23 @@ +# +# To use this makefile, do: +# make -f Makefile.gtkfaq +# +# This is not done by default because you might +# not have sgml2html installed... Perhaps we could +# detect that in the future and combine it in with +# the automake stuff... +# + +all: html + +html: faq tut italian_tut + perl gtkdocs_fix gtkfaq*.html gtk_tut*.html + +faq: + sgml2html gtkfaq.sgml + +tut: + sgml2html gtk_tut.sgml + +italian_tut: + sgml2html gtk_tut_it.sgml |