mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
c31eb969ba
Fri Mar 13 11:23:55 PST 1998 Shawn T. Amundson <amundson@gimp.org> * docs/gtk_tut.sgml: * docs/gtk_tut_it.sgml: * docs/gtk_tut_packbox1.gif: * docs/gtk_tut_packbox2.gif: * docs/gtk_tut_table.gif: added graphics, update tutorials appropriately
29 lines
518 B
Makefile
29 lines
518 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
info_TEXINFOS = gdk.texi gtk.texi glib.texi
|
|
|
|
EXTRA_DIST = \
|
|
texinfo.tex \
|
|
macros.texi \
|
|
Makefile.sgml \
|
|
gtkdocs_fix \
|
|
gtkfaq.sgml \
|
|
gtk_tut.sgml \
|
|
gtk_tut_it.sgml \
|
|
debugging.txt \
|
|
developers.txt \
|
|
refcounting.txt \
|
|
styles.txt \
|
|
text_widget.txt \
|
|
widget_system.txt \
|
|
gtk_tut_packbox1.gif \
|
|
gtk_tut_packbox2.gif \
|
|
gtk_tut_table.gif
|
|
|
|
|
|
|
|
files:
|
|
@files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
|
|
echo $$p; \
|
|
done
|