summaryrefslogtreecommitdiff
path: root/docs/Makefile.sgml
diff options
context:
space:
mode:
authorPST 1998 Shawn T. Amundson <amundson@gimp.org>1998-03-12 18:23:11 +0000
committerShawn Amundson <amundson@src.gnome.org>1998-03-12 18:23:11 +0000
commitaffaf4f9d265522c71f1a9ba4b359094c00dc18a (patch)
tree2ed9182335ff959014320e46f7b1e1b76d27c39a /docs/Makefile.sgml
parent4f3495f955fb0798c18325c4d061891019e6b4f5 (diff)
downloadgtk+-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.sgml23
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