Skip to content

Commit

Permalink
add comment to rustdoc.css on updating filename suffixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tspiteri committed Jan 27, 2023
1 parent 167fbbc commit 1c3fc9d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 1c3fc9d

Please sign in to comment.