mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-04 09:19:06 +01:00
Fix 'make help' (#12509)
These targets are actually using plural names, fix help output for them. Ref: https://github.com/go-gitea/gitea/pull/12352
This commit is contained in:
parent
9cabd56fc0
commit
51463a0a09
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -161,9 +161,9 @@ help:
|
||||||
@echo " - lint lint everything"
|
@echo " - lint lint everything"
|
||||||
@echo " - lint-frontend lint frontend files"
|
@echo " - lint-frontend lint frontend files"
|
||||||
@echo " - lint-backend lint backend files"
|
@echo " - lint-backend lint backend files"
|
||||||
@echo " - check run various consistency checks"
|
@echo " - checks run various consistency checks"
|
||||||
@echo " - check-frontend check frontend files"
|
@echo " - checks-frontend check frontend files"
|
||||||
@echo " - check-backend check backend files"
|
@echo " - checks-backend check backend files"
|
||||||
@echo " - webpack build webpack files"
|
@echo " - webpack build webpack files"
|
||||||
@echo " - svg build svg files"
|
@echo " - svg build svg files"
|
||||||
@echo " - fomantic build fomantic files"
|
@echo " - fomantic build fomantic files"
|
||||||
|
|
Loading…
Reference in a new issue