aboutsummaryrefslogtreecommitdiff
path: root/libxcb
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2014-02-10 21:12:48 +0100
committermarha <marha@users.sourceforge.net>2014-02-10 21:12:48 +0100
commit5ec0616d4e3c4c6095f4975abbe9c21e5b6af967 (patch)
tree35196127cdc64bfb503564625872648f0b49a0ee /libxcb
parent6daf40f6b1138efad98dbb579cd35520cbc349bb (diff)
downloadvcxsrv-5ec0616d4e3c4c6095f4975abbe9c21e5b6af967.tar.gz
vcxsrv-5ec0616d4e3c4c6095f4975abbe9c21e5b6af967.tar.bz2
vcxsrv-5ec0616d4e3c4c6095f4975abbe9c21e5b6af967.zip
Synchronised files and added missing files in mesa project
Diffstat (limited to 'libxcb')
-rwxr-xr-x[-rw-r--r--]libxcb/src/makefile.srcs10
-rw-r--r--libxcb/src/man/.gitignore1
2 files changed, 9 insertions, 2 deletions
diff --git a/libxcb/src/makefile.srcs b/libxcb/src/makefile.srcs
index 0dc043ece..37dd181b8 100644..100755
--- a/libxcb/src/makefile.srcs
+++ b/libxcb/src/makefile.srcs
@@ -2,14 +2,20 @@ ifneq ($(NORELDBG),1)
$(error NORELDBG should have been set to 1)
endif
+PACKAGE_STRING=libxcb
+XORG_MAN_PAGE=libxcb
+LIB_MAN_SUFFIX=xcb
+
XCBPROTO_XCBPYTHONDIR = ../xcb-proto
XCBPROTO_XCBINCLUDEDIR = ../xcb-proto/src
%.h: $(XCBPROTO_XCBINCLUDEDIR)\%.xml
- python c_client.py -p $(XCBPROTO_XCBPYTHONDIR) $(subst $/,/,$<)
+ python c_client.py -c "$(PACKAGE_STRING)" -l "$(XORG_MAN_PAGE)" \
+ -s "$(LIB_MAN_SUFFIX)" -p $(XCBPROTO_XCBPYTHONDIR) $(subst $/,/,$<)
%.c: $(XCBPROTO_XCBINCLUDEDIR)\%.xml
- python c_client.py -p $(XCBPROTO_XCBPYTHONDIR) $(subst $/,/,$<)
+ python c_client.py -c "$(PACKAGE_STRING)" -l "$(XORG_MAN_PAGE)" \
+ -s "$(LIB_MAN_SUFFIX)" -p $(XCBPROTO_XCBPYTHONDIR) $(subst $/,/,$<)
CLEANRULEPOSTFIX=noobjs
diff --git a/libxcb/src/man/.gitignore b/libxcb/src/man/.gitignore
index f000a81f7..a73d43068 100644
--- a/libxcb/src/man/.gitignore
+++ b/libxcb/src/man/.gitignore
@@ -1,2 +1,3 @@
*.[0-9]
*.[0-9]x
+*.xcb