File tree Expand file tree Collapse file tree 3 files changed +3
-27
lines changed Expand file tree Collapse file tree 3 files changed +3
-27
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ clean-misc:
45
45
$(wildcard doc/*.$(ext) \
46
46
doc/*/*.$(ext) \
47
47
doc/*/*/*.$(ext)))
48
- $(Q)rm -Rf doc/keywords.md
49
48
$(Q)rm -Rf doc/version.md
50
49
$(Q)rm -Rf $(foreach sub, index styles files search javascript, \
51
50
$(wildcard doc/*/$(sub)))
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ doc/rust.css: rust.css
21
21
$(Q ) cp -a $< $@ 2> /dev/null
22
22
23
23
DOCS += doc/rust.html
24
- doc/rust.html : rust.md doc/version.md doc/keywords.md doc/ rust.css
24
+ doc/rust.html : rust.md doc/version.md doc/rust.css
25
25
@$(call E, pandoc: $@ )
26
26
$(Q )$(CFG_NODE ) $(S ) doc/prep.js --highlight $< | \
27
27
" $( CFG_PANDOC) " \
@@ -44,7 +44,7 @@ doc/rust.html: rust.md doc/version.md doc/keywords.md doc/rust.css
44
44
else
45
45
46
46
DOCS += doc/rust.pdf
47
- doc/rust.tex : rust.md doc/version.md doc/keywords.md
47
+ doc/rust.tex : rust.md doc/version.md
48
48
@$(call E, pandoc: $@ )
49
49
$(Q )$(CFG_NODE ) $(S ) doc/prep.js $< | \
50
50
" $( CFG_PANDOC) " \
@@ -145,10 +145,6 @@ doc/version.md: $(MKFILE_DEPS) rust.md
145
145
@$(call E, version-stamp: $@ )
146
146
$(Q ) echo " $( CFG_VERSION) " > $@
147
147
148
- doc/keywords.md : $(S ) doc/keywords.txt $(MKFILE_DEPS ) rust.md
149
- @$(call E, grep -v: $$@ )
150
- $(Q ) grep -v ' ^#' $< > $@
151
-
152
- GENERATED += doc/keywords.md doc/version.md
148
+ GENERATED += doc/version.md
153
149
154
150
docs : $(DOCS )
You can’t perform that action at this time.
0 commit comments