Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/content/development/hacking-on-gitea.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ can test your changes to ensure that they pass continuous integration using:

```bash
# from the docs directory within Gitea
make trans-copy clean build
make docs clean build
```

You will require a copy of [Hugo](https://gohugo.io/) to run this task. Please
Expand Down
2 changes: 1 addition & 1 deletion docs/content/development/hacking-on-gitea.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ TAGS="bindata sqlite sqlite_unlock_notify" make build test-sqlite

```bash
# 来自 Gitea 中的 docs 目录
make trans-copy clean build
make docs clean build
```

运行此任务依赖于 [Hugo](https://gohugo.io/)。请注意:这可能会生成一些未跟踪的 Git 对象,
Expand Down
34 changes: 0 additions & 34 deletions docs/scripts/trans-copy.sh

This file was deleted.