diff options
author | Přemysl Janouch <p@janouch.name> | 2018-09-08 19:39:28 +0200 |
---|---|---|
committer | Přemysl Janouch <p@janouch.name> | 2018-09-08 19:51:53 +0200 |
commit | 48fb710f357a363cce043a9f546e8a4aff196786 (patch) | |
tree | f6d4102339db3776887def299285b29c103bdd94 /nexgb/Makefile | |
parent | 3173202cc1e08762c6e156a8fffd23269a5ddb2b (diff) | |
download | haven-48fb710f357a363cce043a9f546e8a4aff196786.tar.gz haven-48fb710f357a363cce043a9f546e8a4aff196786.tar.xz haven-48fb710f357a363cce043a9f546e8a4aff196786.zip |
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.
Diffstat (limited to 'nexgb/Makefile')
-rw-r--r-- | nexgb/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
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 - |