]> Pileus Git - ~andy/gtk/blobdiff - docs/Makefile.am
GtkPlug: fix handling of key events for different layouts
[~andy/gtk] / docs / Makefile.am
index 140649794a3b8660ebffa34694855f3185034611..5b698bef8a70f4835b2b3a4caeac1aa30031231d 100644 (file)
@@ -1,10 +1,23 @@
 ## Process this file with automake to produce Makefile.in
+include $(top_srcdir)/Makefile.decl
 
-info_TEXINFOS = gdk.texi gtk.texi
+SUBDIRS = reference tools
 
-EXTRA_DIST = texinfo.tex macros.texi Makefile.gtkfaq gtkfaq.sgml gtkfaq_fix
+EXTRA_DIST += \
+       CODING-STYLE                    \
+       developers.txt                  \
+       dnd_internals.txt               \
+       focus_tracking.txt              \
+       gtkdocs_fix                     \
+       make-todo                       \
+       refcounting.txt                 \
+       RELEASE-HOWTO                   \
+       sizing-test.txt                 \
+       styles.txt                      \
+       text_widget_internals.txt       \
+       tree-column-sizing.png          \
+       tree-column-sizing.txt          \
+       widget_geometry.txt             \
+       widget_system.txt
 
-files:
-       @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
-         echo $$p; \
-       done
+-include $(top_srcdir)/git.mk