]> Pileus Git - ~andy/gtk/blob - docs/Makefile.am
Rewritten and hopefully improved.
[~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 man_MANS = gtk-config.1
6
7 EXTRA_DIST =    \
8         texinfo.tex             \
9         macros.texi             \
10         Makefile.sgml           \
11         gtkdocs_fix             \
12         gtkfaq.sgml             \
13         gtk-config.txt          \
14         gtk_tut.sgml            \
15         gtk_tut_it.sgml         \
16         debugging.txt           \
17         developers.txt          \
18         refcounting.txt         \
19         styles.txt              \
20         text_widget.txt         \
21         widget_system.txt       \
22         gtk_tut_packbox1.gif    \
23         gtk_tut_packbox2.gif    \
24         gtk_tut_table.gif       \
25         gtk-config.1
26
27         
28
29 files:
30         @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
31           echo $$p; \
32         done