1998-01-21 22:41:35 +00:00
|
|
|
#
|
|
|
|
# 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...
|
|
|
|
#
|
|
|
|
|
1998-03-12 18:23:11 +00:00
|
|
|
all: html
|
1998-01-21 22:41:35 +00:00
|
|
|
|
1998-03-12 18:23:11 +00:00
|
|
|
html: faq tut italian_tut
|
|
|
|
perl gtkdocs_fix gtkfaq*.html gtk_tut*.html
|
|
|
|
|
|
|
|
faq:
|
1998-01-21 22:41:35 +00:00
|
|
|
sgml2html gtkfaq.sgml
|
1998-03-12 18:23:11 +00:00
|
|
|
|
|
|
|
tut:
|
|
|
|
sgml2html gtk_tut.sgml
|
|
|
|
|
|
|
|
italian_tut:
|
|
|
|
sgml2html gtk_tut_it.sgml
|