File tree Expand file tree Collapse file tree 5 files changed +0
-665
lines changed Expand file tree Collapse file tree 5 files changed +0
-665
lines changed Original file line number Diff line number Diff line change @@ -915,13 +915,6 @@ generate-manpage: ## generate manpage
915915 @gzip -9 man/man1/gitea.1 && echo man/man1/gitea.1.gz created
916916 @# TODO A small script that formats config-cheat-sheet.en-us.md nicely for use as a config man page
917917
918- .PHONY : generate-completions
919- generate-completions : # # generate shell completions
920- @[ -f gitea ] || make backend
921- @./gitea completion bash > contrib/autocompletion/bash_autocomplete
922- @./gitea completion zsh > contrib/autocompletion/zsh_autocomplete
923- @./gitea completion fish > contrib/autocompletion/gitea.fish
924-
925918.PHONY : docker
926919docker :
927920 docker build --disable-content-trust=false -t $(DOCKER_REF ) .
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments