mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 01:44:41 +01:00
Rename docs directory
This commit is contained in:
parent
8d32651c53
commit
40f755df20
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,6 +2,5 @@
|
|||||||
_junk/
|
_junk/
|
||||||
rclone
|
rclone
|
||||||
rclonetest/rclonetest
|
rclonetest/rclonetest
|
||||||
upload
|
|
||||||
build
|
build
|
||||||
rclone.org/public
|
docs/public
|
||||||
|
8
Makefile
8
Makefile
@ -4,13 +4,13 @@ rclone:
|
|||||||
clean:
|
clean:
|
||||||
go clean
|
go clean
|
||||||
find . -name \*~ | xargs -r rm -f
|
find . -name \*~ | xargs -r rm -f
|
||||||
rm -rf build rclone.org/public
|
rm -rf build docs/public
|
||||||
|
|
||||||
website:
|
website:
|
||||||
cd rclone.org && hugo
|
cd docs && hugo
|
||||||
|
|
||||||
upload_website: website
|
upload_website: website
|
||||||
./rclone sync rclone.org/public memstore:www-rclone-org
|
./rclone sync docs/public memstore:www-rclone-org
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
rsync -avz build/ www.craig-wood.com:public_html/pub/rclone/
|
rsync -avz build/ www.craig-wood.com:public_html/pub/rclone/
|
||||||
@ -19,4 +19,4 @@ cross:
|
|||||||
./cross-compile
|
./cross-compile
|
||||||
|
|
||||||
serve:
|
serve:
|
||||||
cd rclone.org && hugo server -v -w
|
cd docs && hugo server -v -w
|
||||||
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Loading…
Reference in New Issue
Block a user