forked from TrueCloudLab/rclone
docs: fix doc generators home directory in backend docs
Thanks @ctlaltdefeat for spotting this
This commit is contained in:
parent
99bc013c0a
commit
a0b9d4a239
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -98,7 +98,7 @@ commanddocs: rclone
|
|||
XDG_CACHE_HOME="" XDG_CONFIG_HOME="" HOME="\$$HOME" USER="\$$USER" rclone gendocs docs/content/commands/
|
||||
|
||||
backenddocs: rclone bin/make_backend_docs.py
|
||||
./bin/make_backend_docs.py
|
||||
XDG_CACHE_HOME="" XDG_CONFIG_HOME="" HOME="\$$HOME" USER="\$$USER" ./bin/make_backend_docs.py
|
||||
|
||||
rcdocs: rclone
|
||||
bin/make_rc_docs.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue