]> Pileus Git - ~andy/gtk/blob - docs/Makefile.am
we make an active server grab now, this way we can change the cursor
[~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         styles.txt      \
15         text_widget.txt \
16         widget_system.txt
17         
18
19 files:
20         @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
21           echo $$p; \
22         done