about summary refs log tree commit diff
path: root/tests/run-make/rustdoc-themes/Makefile
AgeCommit message (Collapse)AuthorLines
2024-05-15Migrate `run-make/rustdoc-themes` to new rmakeGuillaume Gomez-11/+0
2023-09-15rustdoc: merge theme css into rustdoc.cssMichael Howell-1/+2
Based on https://github.com/rust-lang/rust/pull/115812#issuecomment-1717960119 Having them in separate files used to make more sense, before the migration to CSS variables made the theme files as small as they are nowadays. This is already how docs.rs and mdBook do it.
2023-03-30Move almost all run-make-fulldeps to run-makeJoshua Nelson-0/+10
They pass fine.