mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
b7056ea129
I forgot to *commit* these before. Note to self: commit after applying patches. -Shawn Sun Mar 1 15:08:13 CST 1998 Shawn T. Amundson <amundson@gimp.org> * docs/*.texi changes from Greg Mclean.
23 lines
398 B
Makefile
23 lines
398 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
info_TEXINFOS = gdk.texi gtk.texi glib.texi
|
|
|
|
EXTRA_DIST = \
|
|
texinfo.tex \
|
|
macros.texi \
|
|
Makefile.gtkfaq \
|
|
gtkfaq.sgml \
|
|
gtkfaq_fix \
|
|
debugging.txt \
|
|
developers.txt \
|
|
refcounting.txt \
|
|
styles.txt \
|
|
text_widget.txt \
|
|
widget_system.txt
|
|
|
|
|
|
files:
|
|
@files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
|
|
echo $$p; \
|
|
done
|