mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
185d5fc359
Optimisation of language-specific help file creating. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
11 lines
333 B
Plaintext
11 lines
333 B
Plaintext
MAN2HLP=$(top_builddir)/src/man2hlp/man2hlp
|
|
|
|
hlpdir = $(pkgdatadir)/help
|
|
hlp_DATA = mc.hlp.$(HLP_LANG)
|
|
|
|
EXTRA_DIST = xnc.hlp
|
|
CLEANFILES = $(hlp_DATA)
|
|
|
|
mc.hlp.$(HLP_LANG): $(top_builddir)/doc/man/$(HLP_LANG)/mc.1 $(srcdir)/xnc.hlp $(MAN2HLP)
|
|
- $(MAN2HLP) $(top_builddir)/doc/man/$(HLP_LANG)/mc.1 $(srcdir)/xnc.hlp mc.hlp.$(HLP_LANG)
|