From 48fb710f357a363cce043a9f546e8a4aff196786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sat, 8 Sep 2018 19:39:28 +0200 Subject: nexgb: post-merge fixups and cleanups AUTHORS, CONTRIBUTORS: still useful, add people from git log, clean up. LICENSE: Google doesn't really grant you shit anymore. The EU doesn't have software patents either, so it doesn't affect me directly. README, doc.go: erase mentions of unmaintained xgbutil. --- nexgb/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'nexgb/Makefile') diff --git a/nexgb/Makefile b/nexgb/Makefile index c0ee531..dda2f05 100644 --- a/nexgb/Makefile +++ b/nexgb/Makefile @@ -1,5 +1,5 @@ # This Makefile is used by the developer. It is not needed in any way to build -# a checkout of the XGB repository. +# a checkout of the neXGB repository. # It will be useful, however, if you are hacking at the code generator. # i.e., after making a change to the code generator, run 'make' in the # xgb directory. This will build xgbgen and regenerate each sub-package. @@ -14,7 +14,7 @@ ifndef XPROTO XPROTO=/usr/share/xcb endif -# All of the XML files in my /usr/share/xcb directory EXCEPT XKB. -_- +# All of the XML files in my /usr/share/xcb directory except XKB, Xinput, SYNC. # This is intended to build xgbgen and generate Go code for each supported # extension. all: build-xgbgen \ @@ -74,7 +74,3 @@ gofmt: gofmt -w *.go xgbgen/*.go examples/*.go examples/*/*.go xproto/xproto_test.go colcheck *.go xgbgen/*.go examples/*.go examples/*/*.go xproto/xproto_test.go -push: - git push origin master - git push github master - -- cgit v1.2.3