diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-11-18 16:49:44 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-11-18 16:49:44 +0100 |
| commit | a9e8d4c0c523ff4da185084790fa39cdc7ece1f3 (patch) | |
| tree | 496f9fc7f0f294d35e455c3151d93af943e05546 /src | |
| parent | 71c7dace89959e185948e91b902ffb803aa8d223 (diff) | |
| download | rust-a9e8d4c0c523ff4da185084790fa39cdc7ece1f3.tar.gz rust-a9e8d4c0c523ff4da185084790fa39cdc7ece1f3.zip | |
Remove redundant html check
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/run-make-fulldeps/rustdoc-themes/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/run-make-fulldeps/rustdoc-themes/Makefile b/src/test/run-make-fulldeps/rustdoc-themes/Makefile index f5a471e66e5..4d80c5f3fc4 100644 --- a/src/test/run-make-fulldeps/rustdoc-themes/Makefile +++ b/src/test/run-make-fulldeps/rustdoc-themes/Makefile @@ -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 |
