]> Pileus Git - ~andy/gtk/blob - docs/Makefile.am
Added FAQ to the tree in prep for others to start working on it...
[~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 = texinfo.tex macros.texi Makefile.gtkfaq gtkfaq.sgml gtkfaq_fix
6
7 files:
8         @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
9           echo $$p; \
10         done