From 2be310cd6ea9a493bdc9e8971dd4743022974be8 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Mon, 8 Mar 2021 11:07:48 +0000 Subject: [PATCH] build: fix dependencies for docs build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0a7b70c50..0aa937c62 100644 --- a/Makefile +++ b/Makefile @@ -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