forked from AuroraMiddleware/gtk
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.
25 lines
432 B
Makefile
25 lines
432 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
|
|
|
|
|
|
files:
|
|
@files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
|
|
echo $$p; \
|
|
done
|