mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
c4b3014e09
Tue Aug 4 16:18:26 1998 Tim Janik <timj@gtk.org> * configure.in: version bump to 1.1.1, binary age 0, interface age 0. GLib version 1.1.1 is now required at minimum. * docs/Makefile.am: added gtk_tut_fr.sgml to EXTRA_DIST (french version of the Gtk+ tutorial, contributed by Eric Jacoboni <jaco@dotcom.fr>.
34 lines
613 B
Makefile
34 lines
613 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 \
|
|
gtk_tut_fr.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
|