Fix document error about 'make trans-copy' (#29710)
Change document to 'make docs' --------- Co-authored-by: techknowlogick <techknowlogick@gitea.com> (cherry picked from commit 607ed27b4fb8ead346f89b379d9788f5c76fb799)
This commit is contained in:
parent
edf28c7432
commit
4eb8a09423
4 changed files with 2 additions and 49 deletions
4
Makefile
4
Makefile
|
@ -881,10 +881,6 @@ release-sources: | $(DIST_DIRS)
|
|||
release-docs: | $(DIST_DIRS) docs
|
||||
tar -czf $(DIST)/release/gitea-docs-$(VERSION).tar.gz -C ./docs .
|
||||
|
||||
.PHONY: docs
|
||||
docs:
|
||||
cd docs; bash scripts/trans-copy.sh;
|
||||
|
||||
.PHONY: deps
|
||||
deps: deps-frontend deps-backend deps-tools deps-py
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue