mirror of https://github.com/rclone/rclone.git
Add manuals to repository - fixes #256
This commit is contained in:
parent
bbbe11790b
commit
1f3e48f18f
|
@ -4,7 +4,3 @@ rclone
|
||||||
rclonetest/rclonetest
|
rclonetest/rclonetest
|
||||||
build
|
build
|
||||||
docs/public
|
docs/public
|
||||||
MANUAL.md
|
|
||||||
MANUAL.html
|
|
||||||
MANUAL.txt
|
|
||||||
rclone.1
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
2
Makefile
2
Makefile
|
@ -39,7 +39,7 @@ clean:
|
||||||
go clean ./...
|
go clean ./...
|
||||||
find . -name \*~ | xargs -r rm -f
|
find . -name \*~ | xargs -r rm -f
|
||||||
rm -rf build docs/public
|
rm -rf build docs/public
|
||||||
rm -f rclone rclonetest/rclonetest rclone.1 MANUAL.md MANUAL.html MANUAL.txt
|
rm -f rclone rclonetest/rclonetest
|
||||||
|
|
||||||
website:
|
website:
|
||||||
cd docs && hugo
|
cd docs && hugo
|
||||||
|
|
Loading…
Reference in New Issue