mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
11 lines
263 B
Makefile
11 lines
263 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
info_TEXINFOS = gdk.texi gtk.texi
|
|
|
|
EXTRA_DIST = texinfo.tex macros.texi Makefile.gtkfaq gtkfaq.sgml gtkfaq_fix
|
|
|
|
files:
|
|
@files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
|
|
echo $$p; \
|
|
done
|