mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
e0498db360
Tue May 12 00:24:59 1998 Owen Taylor <otaylor@gtk.org> * docs/gtk-config.1: Rewritten and hopefully improved. Mon May 11 20:26:39 PDT 1998 Manish Singh <yosh@gimp.org> * docs/Makefile.am * docs/gtk-config.1: added man page for gtk-config by Ben Gertzfield
33 lines
593 B
Makefile
33 lines
593 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
info_TEXINFOS = gdk.texi gtk.texi glib.texi
|
|
|
|
man_MANS = gtk-config.1
|
|
|
|
EXTRA_DIST = \
|
|
texinfo.tex \
|
|
macros.texi \
|
|
Makefile.sgml \
|
|
gtkdocs_fix \
|
|
gtkfaq.sgml \
|
|
gtk-config.txt \
|
|
gtk_tut.sgml \
|
|
gtk_tut_it.sgml \
|
|
debugging.txt \
|
|
developers.txt \
|
|
refcounting.txt \
|
|
styles.txt \
|
|
text_widget.txt \
|
|
widget_system.txt \
|
|
gtk_tut_packbox1.gif \
|
|
gtk_tut_packbox2.gif \
|
|
gtk_tut_table.gif \
|
|
gtk-config.1
|
|
|
|
|
|
|
|
files:
|
|
@files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
|
|
echo $$p; \
|
|
done
|