aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel YC Lin <dlin.tw@gmail.com>2024-03-15 06:54:11 +0800
committerGitHub <noreply@github.com>2024-03-14 22:54:11 +0000
commit607ed27b4fb8ead346f89b379d9788f5c76fb799 (patch)
treeb3a614beef67a299491df709c2285d5b965bc764 /Makefile
parent70e077036f8d3026cecddb746a1de69e02ab9b9a (diff)
downloadgitea-607ed27b4fb8ead346f89b379d9788f5c76fb799.tar.gz
gitea-607ed27b4fb8ead346f89b379d9788f5c76fb799.zip
Fix document error about 'make trans-copy' (#29710)
Change document to 'make docs' --------- Co-authored-by: techknowlogick <techknowlogick@gitea.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index cedc4b4198..88bcf0e17c 100644
--- a/Makefile
+++ b/Makefile
@@ -839,10 +839,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