]> git.proxmox.com Git - rustc.git/blame - src/test/run-make-fulldeps/rustdoc-themes/Makefile
New upstream version 1.65.0+dfsg1
[rustc.git] / src / test / run-make-fulldeps / rustdoc-themes / Makefile
CommitLineData
f2b60f7d 1include ../tools.mk
60c5eb7d
XL
2
3# Test that rustdoc will properly load in a theme file and display it in the theme selector.
4
5OUTPUT_DIR := "$(TMPDIR)/rustdoc-themes"
6
7all:
136023e0 8 cp $(S)/src/librustdoc/html/static/css/themes/light.css $(TMPDIR)/test.css
60c5eb7d
XL
9 $(RUSTDOC) -o $(OUTPUT_DIR) foo.rs --theme $(TMPDIR)/test.css
10 $(HTMLDOCCK) $(OUTPUT_DIR) foo.rs