blob: 2da6f932799bae7b3c82d820cc6f32c23d8c5b5a (
plain)
1
2
3
4
5
6
7
8
9
10
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
|