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:
Daniel YC Lin 2024-03-15 06:54:11 +08:00 committed by Earl Warren
parent edf28c7432
commit 4eb8a09423
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
4 changed files with 2 additions and 49 deletions

View file

@ -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