mirror of
https://github.com/rclone/rclone
synced 2024-11-21 22:50:16 +01:00
Move build scripts to bin sub-directory
This commit is contained in:
parent
7e9739db57
commit
4dae5ee264
@ -159,4 +159,4 @@ Add your fs to the docs
|
||||
* `docs/content/docs.md` - list of remotes in config section
|
||||
* `docs/content/about.md` - front page of rclone.org
|
||||
* `docs/layouts/chrome/navbar.html` - add it to the website navigation
|
||||
* `make_manual.py` - add the page to the `docs` constant
|
||||
* `bin/make_manual.py` - add the page to the `docs` constant
|
||||
|
10
Makefile
10
Makefile
@ -46,8 +46,8 @@ doc: rclone.1 MANUAL.html MANUAL.txt
|
||||
rclone.1: MANUAL.md
|
||||
pandoc -s --from markdown --to man MANUAL.md -o rclone.1
|
||||
|
||||
MANUAL.md: make_manual.py docs/content/*.md commanddocs
|
||||
./make_manual.py
|
||||
MANUAL.md: bin/make_manual.py docs/content/*.md commanddocs
|
||||
./bin/make_manual.py
|
||||
|
||||
MANUAL.html: MANUAL.md
|
||||
pandoc -s --from markdown --to html MANUAL.md -o MANUAL.html
|
||||
@ -78,13 +78,13 @@ upload:
|
||||
rclone -v copy build/ memstore:downloads-rclone-org
|
||||
|
||||
upload_github:
|
||||
./upload-github $(TAG)
|
||||
./bin/upload-github $(TAG)
|
||||
|
||||
cross: doc
|
||||
./cross-compile $(TAG)
|
||||
./bin/cross-compile $(TAG)
|
||||
|
||||
beta:
|
||||
./cross-compile $(TAG)β
|
||||
./bin/cross-compile $(TAG)β
|
||||
rm build/*-current-*
|
||||
rclone -v copy build/ memstore:pub-rclone-org/$(TAG)β
|
||||
@echo Beta release ready at http://pub.rclone.org/$(TAG)%CE%B2/
|
||||
|
Loading…
Reference in New Issue
Block a user