Skip to content

Commit

Permalink
verify-grammar path to rust.md
Browse files Browse the repository at this point in the history
When calling

   make verify-grammar

rust.md cannot be found, because the
path to rust.md is missing.

The path is set to:

   $(D)/rust.md

This can only be tested, when llnextgen is installed.

Signed-off-by: Jan Kobler <eng1@koblersystems.de>
  • Loading branch information
jankobler committed Mar 27, 2014
1 parent 6bac560 commit e91115f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/docs.mk
Expand Up @@ -232,7 +232,7 @@ ifeq ($(CFG_LLNEXTGEN),)
else
.PHONY: verify-grammar

doc/rust.g: rust.md $(S)src/etc/extract_grammar.py
doc/rust.g: $(D)/rust.md $(S)src/etc/extract_grammar.py
@$(call E, extract_grammar: $@)
$(Q)$(CFG_PYTHON) $(S)src/etc/extract_grammar.py $< >$@

Expand Down

0 comments on commit e91115f

Please sign in to comment.