]> Pileus Git - ~andy/gtk/blob - docs/Makefile.am
75eead56068b70724bf6e118c56e50242329a334
[~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_tut.sgml    \
12         gtk_tut_it.sgml \
13         debugging.txt   \
14         developers.txt  \
15         refcounting.txt \
16         styles.txt      \
17         text_widget.txt \
18         widget_system.txt
19         
20
21 files:
22         @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
23           echo $$p; \
24         done