Skip to content

Commit 1c3fc9d

Browse files
committed
add comment to rustdoc.css on updating filename suffixes
1 parent 167fbbc commit 1c3fc9d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/librustdoc/html/static/css/rustdoc.css

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/* When static files are updated, their suffixes need to be updated.
2+
1. In the top directory run:
3+
./x.py doc --stage 1 library/core
4+
2. Find the directory containing files named with updated suffixes:
5+
find build -path '*'/stage1-std/'*'/static.files
6+
3. Copy the filenames with updated suffixes from the directory.
7+
*/
8+
19
/* See FiraSans-LICENSE.txt for the Fira Sans license. */
210
@font-face {
311
font-family: 'Fira Sans';

0 commit comments

Comments
 (0)