]> Pileus Git - ~andy/gtk/blob - docs/Makefile.am
New widget GtkTipsQuery for letting the user query tooltips of widgets.
[~andy/gtk] / docs / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 info_TEXINFOS = gdk.texi gtk.texi
4
5 EXTRA_DIST =    \
6         texinfo.tex     \
7         macros.texi     \
8         Makefile.gtkfaq \
9         gtkfaq.sgml     \
10         gtkfaq_fix      \
11         debugging.txt   \
12         developers.txt  \
13         refcounting.txt \
14         text_widget.txt \
15         widget_system.txt
16         
17
18 files:
19         @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
20           echo $$p; \
21         done