mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
17 lines
326 B
Makefile
17 lines
326 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: sgml
|
|
|
|
sgml:
|
|
sgml2html gtkfaq.sgml
|
|
cp gtkfaq.html index.html
|
|
perl gtkfaq_fix *.html
|