forked from AuroraMiddleware/gtk
921f069269
It mainly contains information that is already covered in the API docs, or is outdated, or refers to no longer existing widgets.
26 lines
528 B
Makefile
26 lines
528 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
include $(top_srcdir)/Makefile.decl
|
|
|
|
SUBDIRS = reference tools
|
|
|
|
EXTRA_DIST += \
|
|
CODING-STYLE \
|
|
developers.txt \
|
|
dnd_internals.txt \
|
|
focus_tracking.txt \
|
|
generation.txt \
|
|
gtkdocs_fix \
|
|
make-todo \
|
|
refcounting.txt \
|
|
RELEASE-HOWTO \
|
|
sizing-test.txt \
|
|
styles.txt \
|
|
text_widget_internals.txt \
|
|
text_widget.txt \
|
|
tree-column-sizing.png \
|
|
tree-column-sizing.txt \
|
|
widget_geometry.txt \
|
|
widget_system.txt
|
|
|
|
-include $(top_srcdir)/git.mk
|