blob: 87e15d80e25aa2c0c99de987a11626c62d7c87b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
## Process this file with automake to produce Makefile.in
SUBDIRS = tutorial faq reference
man_MANS = gtk-config.1
EXTRA_DIST += \
Changes-1.2.txt \
Changes-2.0.txt \
debugging.txt \
developers.txt \
dnd_internals.txt \
make-todo \
refcounting.txt \
styles.txt \
text_widget.txt \
widget_system.txt \
generation.txt \
gtk-config.txt \
gtk-config.1.in \
gtkdocs_fix
|