We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e8d4c commit 45b83c9Copy full SHA for 45b83c9
src/test/run-make-fulldeps/rustdoc-themes/Makefile
@@ -7,3 +7,4 @@ OUTPUT_DIR := "$(TMPDIR)/rustdoc-themes"
7
all:
8
cp $(S)/src/librustdoc/html/static/themes/light.css $(TMPDIR)/test.css
9
$(RUSTDOC) -o $(OUTPUT_DIR) foo.rs --theme $(TMPDIR)/test.css
10
+ $(HTMLDOCCK) $(OUTPUT_DIR) foo.rs
src/test/run-make-fulldeps/tools.mk
@@ -15,7 +15,7 @@ RUSTC := $(RUSTC) -Clinker=$(RUSTC_LINKER)
15
RUSTDOC := $(RUSTDOC) -Clinker=$(RUSTC_LINKER)
16
endif
17
#CC := $(CC) -L $(TMPDIR)
18
-HTMLDOCCK := $(PYTHON) $(S)/src/etc/htmldocck.py
+HTMLDOCCK := '$(PYTHON)' '$(S)/src/etc/htmldocck.py'
19
CGREP := "$(S)/src/etc/cat-and-grep.sh"
20
21
# This is the name of the binary we will generate and run; use this
0 commit comments