* help: generate help texts from text file / awk

This commit is contained in:
djcb
2012-07-20 11:05:18 +03:00
parent 2f7f3a0e57
commit 1c2a87a841
5 changed files with 206 additions and 63 deletions

View File

@ -49,6 +49,16 @@ mu_SOURCES= \
mu-cmd.c \
mu-cmd.h
BUILT_SOURCES= \
mu-help-strings.h
mu-help-strings.h: mu-help-strings.txt mu-help-strings.awk
$(AWK) -f mu-help-strings.awk < $< > $@
mu_LDADD= \
${top_builddir}/lib/libmu.la \
$(GLIB_LIBS)
EXTRA_DIST= \
mu-help-strings.awk \
mu-help-strings.txt