From 6bab5c07e43674e5b0184ff4f75e0ae376cda0c9 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sat, 10 Mar 2012 15:26:09 -0800 Subject: [PATCH] build: Make tutorial and lang ref depend on rust.css --- mk/docs.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mk/docs.mk b/mk/docs.mk index 132a048352d..df07dc01b8b 100644 --- a/mk/docs.mk +++ b/mk/docs.mk @@ -13,7 +13,7 @@ ifeq ($(CFG_PANDOC),) else DOCS += doc/rust.html -doc/rust.html: rust.md doc/version.md doc/keywords.md +doc/rust.html: rust.md doc/version.md doc/keywords.md $(S)doc/rust.css @$(call E, pandoc: $@) $(Q)$(CFG_PANDOC) \ --standalone --toc \ @@ -66,7 +66,7 @@ doc/rust.pdf: doc/rust.tex else DOCS += doc/tutorial.html -doc/tutorial.html: $(S)doc/tutorial.md +doc/tutorial.html: $(S)doc/tutorial.md $(S)doc/rust.css @$(call E, cp: $(S)doc/rust.css) -$(Q)cp -a $(S)doc/rust.css doc/ 2> /dev/null @$(call E, pandoc: $@)