diff --git a/.gitignore b/.gitignore index 013813a..a1dd98e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ /ghq /dist -README.txt diff --git a/Makefile b/Makefile index e8d1b51..a730b17 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,6 @@ DIST_DIR = dist/v$(VERSION) .PHONY: crossbuild crossbuild: CREDITS rm -rf $(DIST_DIR) - cp ghq.txt README.txt goxz -arch=386,amd64 -build-ldflags=$(BUILD_LDFLAGS) \ -include='zsh/_ghq' -z -d $(DIST_DIR) cd $(DIST_DIR) && shasum $$(find * -type f -maxdepth 0) > SHASUMS diff --git a/ghq.txt b/README.adoc similarity index 100% rename from ghq.txt rename to README.adoc diff --git a/README.asciidoc b/README.asciidoc deleted file mode 120000 index 7080711..0000000 --- a/README.asciidoc +++ /dev/null @@ -1 +0,0 @@ -ghq.txt \ No newline at end of file