From 5ec0616d4e3c4c6095f4975abbe9c21e5b6af967 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 10 Feb 2014 21:12:48 +0100 Subject: Synchronised files and added missing files in mesa project --- libxcb/src/makefile.srcs | 10 ++++++++-- libxcb/src/man/.gitignore | 1 + 2 files changed, 9 insertions(+), 2 deletions(-) mode change 100644 => 100755 libxcb/src/makefile.srcs (limited to 'libxcb') diff --git a/libxcb/src/makefile.srcs b/libxcb/src/makefile.srcs old mode 100644 new mode 100755 index 0dc043ece..37dd181b8 --- 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 -- cgit v1.2.3