File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 103
103
#
104
104
# </tips>
105
105
#
106
- # <nittygritty >
106
+ # <nitty-gritty >
107
107
#
108
108
# # The Rust Build System
109
109
#
157
157
#
158
158
# Admittedly this is a little convoluted.
159
159
#
160
- # </nittygritty >
160
+ # </nitty-gritty >
161
161
#
162
162
163
163
# #####################################################################
Original file line number Diff line number Diff line change @@ -446,13 +446,13 @@ all: $(ALL_TARGET_RULES) $(GENERATED) docs
446
446
# $(1) is the name of the doc <section> in Makefile.in
447
447
# pick everything between tags | remove first line | remove last line
448
448
# | remove extra (?) line | strip leading `#` from lines
449
- SHOW_DOCS = $(Q ) awk '/$(1 ) /,/<\/$(1 ) >/' $(S ) /Makefile.in | sed '1d' | sed '$$d' | sed 's/^\# \?//'
449
+ SHOW_DOCS = $(Q ) awk '/< $(1 ) > /,/<\/$(1 ) >/' $(S ) /Makefile.in | sed '1d' | sed '$$d' | sed 's/^\# \?//'
450
450
451
451
help :
452
452
$(call SHOW_DOCS,help)
453
453
454
- hot- tips :
455
- $(call SHOW_DOCS,hottips )
454
+ tips :
455
+ $(call SHOW_DOCS,tips )
456
456
457
457
nitty-gritty :
458
- $(call SHOW_DOCS,nittygritty )
458
+ $(call SHOW_DOCS,nitty-gritty )
You can’t perform that action at this time.
0 commit comments