]> Pileus Git - ~andy/gtk/blob - docs/Makefile.am
Added trailing newline, hopefully will fix the problem with esac
[~andy/gtk] / docs / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 info_TEXINFOS = gdk.texi gtk.texi glib.texi
4
5 EXTRA_DIST =    \
6         texinfo.tex             \
7         macros.texi             \
8         Makefile.sgml           \
9         gtkdocs_fix             \
10         gtkfaq.sgml             \
11         gtk-config.txt          \
12         gtk_tut.sgml            \
13         gtk_tut_it.sgml         \
14         debugging.txt           \
15         developers.txt          \
16         refcounting.txt         \
17         styles.txt              \
18         text_widget.txt         \
19         widget_system.txt       \
20         gtk_tut_packbox1.gif    \
21         gtk_tut_packbox2.gif    \
22         gtk_tut_table.gif
23
24         
25
26 files:
27         @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
28           echo $$p; \
29         done