diff options
| author | Trevor Spiteri <tspiteri@ieee.org> | 2023-01-27 15:49:08 +0100 |
|---|---|---|
| committer | Trevor Spiteri <tspiteri@ieee.org> | 2023-01-27 15:49:08 +0100 |
| commit | 1c3fc9da713de3a14bb41fa56cc5b56f02d58733 (patch) | |
| tree | 717bae779858c80d31c1d73776524b758d377c22 /src/librustdoc/html | |
| parent | 167fbbc994870508047e0b9c7a49d563f9339a3c (diff) | |
| download | rust-1c3fc9da713de3a14bb41fa56cc5b56f02d58733.tar.gz rust-1c3fc9da713de3a14bb41fa56cc5b56f02d58733.zip | |
add comment to rustdoc.css on updating filename suffixes
Diffstat (limited to 'src/librustdoc/html')
| -rw-r--r-- | src/librustdoc/html/static/css/rustdoc.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index 0ee1207511d..32025c078b4 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -1,3 +1,11 @@ +/* When static files are updated, their suffixes need to be updated. + 1. In the top directory run: + ./x.py doc --stage 1 library/core + 2. Find the directory containing files named with updated suffixes: + find build -path '*'/stage1-std/'*'/static.files + 3. Copy the filenames with updated suffixes from the directory. +*/ + /* See FiraSans-LICENSE.txt for the Fira Sans license. */ @font-face { font-family: 'Fira Sans'; |
