mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
185d5fc359
Optimisation of language-specific help file creating. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
12 lines
337 B
Makefile
12 lines
337 B
Makefile
DIST_SUBDIRS = es hu it pl ru sr
|
|
SUBDIRS = $(DOC_LINGUAS)
|
|
|
|
hlpdir = $(pkgdatadir)/help
|
|
hlp_DATA = mc.hlp
|
|
|
|
EXTRA_DIST = xnc.hlp
|
|
CLEANFILES = $(hlp_DATA)
|
|
|
|
mc.hlp: $(top_builddir)/doc/man/mc.1 $(srcdir)/xnc.hlp $(top_builddir)/src/man2hlp/man2hlp
|
|
- $(top_builddir)/src/man2hlp/man2hlp $(top_builddir)/doc/man/mc.1 $(srcdir)/xnc.hlp mc.hlp
|