]> Pileus Git - ~andy/gtk/blob - docs/Makefile.am
version bump to 1.1.1, binary age 0, interface age 0. GLib version 1.1.1
[~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         gtk_tut_fr.sgml         \
17         debugging.txt           \
18         developers.txt          \
19         refcounting.txt         \
20         styles.txt              \
21         text_widget.txt         \
22         widget_system.txt       \
23         gtk_tut_packbox1.gif    \
24         gtk_tut_packbox2.gif    \
25         gtk_tut_table.gif       \
26         gtk-config.1
27
28         
29
30 files:
31         @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
32           echo $$p; \
33         done