Remove redundant html check

This commit is contained in:
Guillaume Gomez 2019-11-18 16:49:44 +01:00
parent 71c7dace89
commit a9e8d4c0c5

View file

@ -7,4 +7,3 @@ 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