16a3a6d232
This mostly adds the new docbook xml docs to the source tree. Formatting it will be handled later.
50 lines
639 B
Makefile
50 lines
639 B
Makefile
SUBDIRS=specs
|
|
|
|
xprotodir = $(includedir)/X11
|
|
xproto_HEADERS = \
|
|
ap_keysym.h \
|
|
DECkeysym.h \
|
|
HPkeysym.h \
|
|
keysymdef.h \
|
|
keysym.h \
|
|
Sunkeysym.h \
|
|
Xalloca.h \
|
|
Xarch.h \
|
|
Xatom.h \
|
|
Xdefs.h \
|
|
XF86keysym.h \
|
|
Xfuncs.h \
|
|
X.h \
|
|
Xmd.h \
|
|
Xosdefs.h \
|
|
Xos.h \
|
|
Xos_r.h \
|
|
Xproto.h \
|
|
Xprotostr.h \
|
|
Xthreads.h \
|
|
Xw32defs.h \
|
|
XWDFile.h \
|
|
Xwindows.h \
|
|
Xwinsock.h
|
|
|
|
nodist_xproto_HEADERS = \
|
|
Xfuncproto.h \
|
|
Xpoll.h
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = xproto.pc
|
|
|
|
|
|
MAINTAINERCLEANFILES = ChangeLog INSTALL
|
|
|
|
.PHONY: ChangeLog INSTALL
|
|
|
|
INSTALL:
|
|
$(INSTALL_CMD)
|
|
|
|
ChangeLog:
|
|
$(CHANGELOG_CMD)
|
|
|
|
dist-hook: ChangeLog INSTALL
|
|
|