1997-11-24 22:37:52 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
1998-03-01 20:24:39 +00:00
|
|
|
info_TEXINFOS = gdk.texi gtk.texi glib.texi
|
1997-11-24 22:37:52 +00:00
|
|
|
|
1998-02-20 05:46:48 +00:00
|
|
|
EXTRA_DIST = \
|
|
|
|
texinfo.tex \
|
|
|
|
macros.texi \
|
1998-03-12 18:23:11 +00:00
|
|
|
Makefile.sgml \
|
|
|
|
gtkdocs_fix \
|
1998-02-20 05:46:48 +00:00
|
|
|
gtkfaq.sgml \
|
1998-03-12 18:23:11 +00:00
|
|
|
gtk_tut.sgml \
|
|
|
|
gtk_tut_it.sgml \
|
1998-02-20 05:46:48 +00:00
|
|
|
debugging.txt \
|
|
|
|
developers.txt \
|
|
|
|
refcounting.txt \
|
1998-02-27 16:31:06 +00:00
|
|
|
styles.txt \
|
1998-02-20 05:46:48 +00:00
|
|
|
text_widget.txt \
|
|
|
|
widget_system.txt
|
|
|
|
|
1997-11-24 22:37:52 +00:00
|
|
|
|
|
|
|
files:
|
|
|
|
@files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
|
|
|
|
echo $$p; \
|
|
|
|
done
|