build: fix dependencies for docs build

This commit is contained in:
Nick Craig-Wood 2021-03-08 11:07:48 +00:00
parent 02a5d350f9
commit 2be310cd6e
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ doc: rclone.1 MANUAL.html MANUAL.txt rcdocs commanddocs
rclone.1: MANUAL.md
pandoc -s --from markdown-smart --to man MANUAL.md -o rclone.1
MANUAL.md: bin/make_manual.py docs/content/*.md commanddocs backenddocs
MANUAL.md: bin/make_manual.py docs/content/*.md commanddocs backenddocs rcdocs
./bin/make_manual.py
MANUAL.html: MANUAL.md