tools: make help-SECTION

This commit is contained in:
Simon Michael 2017-08-16 06:19:32 -07:00
parent f99d4eefa6
commit 0a0e6d18ec

View File

@ -41,13 +41,18 @@
# def-help* functions for documenting make rules. See the file for usage. # def-help* functions for documenting make rules. See the file for usage.
include help-system.mk include help-system.mk
$(call def-help-heading,Main make rules in the hledger project:) $(call def-help-heading,Main make rules in the hledger project:)
$(call def-help-heading,TODO: some of these need updating) $(call def-help-heading,TODO: some of these need updating)
$(call def-help-heading,---------------------------------------) $(call def-help-heading,---------------------------------------)
$(call def-help-heading, ) $(call def-help-heading, )
help2: \ # just to include "make help" in help:
$(call def-help,[help], list documented rules in this makefile. "make RULE -n" shows more detail. ) help2: $(call def-help,[help], list documented rules in this makefile. "make RULE -n" shows more detail. )
help-%: $(call def-help,[help-SECTION], list documented rules in one section of this makefile. )
make help 2>&1 | sed -n '/$*/,/: $$/p'
############################################################################### ###############################################################################
# VARS # VARS