]> Pileus Git - ~andy/gtk/blob - docs/Makefile.sgml
free undo_un/selection, unselect list_item before disconnect signal
[~andy/gtk] / docs / Makefile.sgml
1 #
2 # To use this makefile, do:
3 # make -f Makefile.gtkfaq
4 #
5 # This is not done by default because you might
6 # not have sgml2html installed... Perhaps we could
7 # detect that in the future and combine it in with
8 # the automake stuff...
9 #
10
11 all: html ps
12
13 html: faq tut italian_tut
14         perl gtkdocs_fix gtkfaq*.html gtk_tut*.html
15
16 txt:
17         sgml2txt gtkfaq.sgml
18         sgml2txt gtk_tut.sgml
19         sgml2txt gtk_tut_it.sgml
20
21 ps: dvi
22         dvips -o gtkfaq.ps gtkfaq.dvi
23         dvips -o gtk_tut.ps gtk_tut.dvi
24         dvips -o gtk_tut_it.ps gtk_tut_it.dvi
25
26 dvi: 
27         sgml2latex gtkfaq.sgml
28         sgml2latex gtk_tut.sgml
29         sgml2latex gtk_tut_it.sgml
30
31 faq:
32         sgml2html gtkfaq.sgml
33
34 tut:
35         sgml2html gtk_tut.sgml
36
37 italian_tut:
38         sgml2html gtk_tut_it.sgml
39
40