Commit b45975e1 authored by Tristan Gingold's avatar Tristan Gingold

Makefile: add 'rules' to list all the rules.

parent 3824f314
......@@ -14,4 +14,8 @@ $(NAME).xml: $(NAME).adoc
clean:
$(RM) $(NAME).html $(NAME).xml $(NAME).pdf
.PHONY: clean
# Display all the rules
rules:
sed -e '/^==== /s/^==== //p' -n $(NAME).adoc
.PHONY: clean rules
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment