diff options
Diffstat (limited to 'dev-python/python-xlib/files/defs')
-rw-r--r-- | dev-python/python-xlib/files/defs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/python-xlib/files/defs b/dev-python/python-xlib/files/defs new file mode 100644 index 00000000000..2da6f932799 --- /dev/null +++ b/dev-python/python-xlib/files/defs @@ -0,0 +1,11 @@ +# Definitions for documentation makefiles + +SRCDIR = ../src + +TOPSRC = $(SRCDIR)/python-xlib.texi + +SRCS = $(TOPSRC) \ + $(SRCDIR)/concepts.texi $(SRCDIR)/package.texi \ + $(SRCDIR)/connect.texi $(SRCDIR)/errors.texi \ + $(SRCDIR)/events.texi $(SRCDIR)/objects.texi + |