mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 14:31:10 +00:00
09951ec9ad
Tue Nov 19 00:45:34 2002 Kristian Rietveld <kris@gtk.org> * docs/RELEASE-HOWTO: new file describing the release process. * docs/Makefile.am: added RELEASE-HOWTO to EXTRA_DIST.
20 lines
390 B
Makefile
20 lines
390 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = tutorial faq reference
|
|
|
|
EXTRA_DIST = \
|
|
defsformat.txt \
|
|
developers.txt \
|
|
dnd_internals.txt \
|
|
make-todo \
|
|
refcounting.txt \
|
|
sizing-test.txt \
|
|
styles.txt \
|
|
text_widget.txt \
|
|
tree-column-sizing.txt \
|
|
widget_geometry.txt \
|
|
widget_system.txt \
|
|
generation.txt \
|
|
gtkdocs_fix \
|
|
RELEASE-HOWTO
|