Fix Makefile themes check
This commit is contained in:
parent
a9e8d4c0c5
commit
45b83c9164
@ -7,3 +7,4 @@ OUTPUT_DIR := "$(TMPDIR)/rustdoc-themes"
|
||||
all:
|
||||
cp $(S)/src/librustdoc/html/static/themes/light.css $(TMPDIR)/test.css
|
||||
$(RUSTDOC) -o $(OUTPUT_DIR) foo.rs --theme $(TMPDIR)/test.css
|
||||
$(HTMLDOCCK) $(OUTPUT_DIR) foo.rs
|
||||
|
@ -15,7 +15,7 @@ RUSTC := $(RUSTC) -Clinker=$(RUSTC_LINKER)
|
||||
RUSTDOC := $(RUSTDOC) -Clinker=$(RUSTC_LINKER)
|
||||
endif
|
||||
#CC := $(CC) -L $(TMPDIR)
|
||||
HTMLDOCCK := $(PYTHON) $(S)/src/etc/htmldocck.py
|
||||
HTMLDOCCK := '$(PYTHON)' '$(S)/src/etc/htmldocck.py'
|
||||
CGREP := "$(S)/src/etc/cat-and-grep.sh"
|
||||
|
||||
# This is the name of the binary we will generate and run; use this
|
||||
|
Loading…
Reference in New Issue
Block a user