mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
affaf4f9d2
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.
24 lines
417 B
Makefile
24 lines
417 B
Makefile
#
|
|
# 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
|