]> Pileus Git - ~andy/gtk/blob - docs/Makefile.am
f4df2f3e3ca4c8b9fabc082833d9201dddd1a136
[~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
6
7 files:
8         @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
9           echo $$p; \
10         done