mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
a398c840be
Add four new doc templates that were not in repository.
24 lines
493 B
Makefile
24 lines
493 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
include $(top_srcdir)/Makefile.decl
|
|
|
|
SUBDIRS = tutorial faq reference tools
|
|
|
|
EXTRA_DIST += \
|
|
defsformat.txt \
|
|
developers.txt \
|
|
dnd_internals.txt \
|
|
make-todo \
|
|
refcounting.txt \
|
|
sizing-test.txt \
|
|
styles.txt \
|
|
text_widget.txt \
|
|
text_widget_internals.txt \
|
|
tree-column-sizing.txt \
|
|
widget_geometry.txt \
|
|
widget_system.txt \
|
|
generation.txt \
|
|
gtkdocs_fix \
|
|
RELEASE-HOWTO
|
|
|
|
-include $(top_srcdir)/git.mk
|