mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
f49ce170f0
Also fix error with make install action
13 lines
341 B
Makefile
13 lines
341 B
Makefile
DIST_SUBDIRS = hints man es hu it pl ru sr
|
|
SUBDIRS = hints man $(DOC_LINGUAS)
|
|
|
|
pkgdata_DATA = mc.hlp
|
|
|
|
EXTRA_DIST = xnc.hlp $(DX_CONFIG) doxygen-include.am
|
|
CLEANFILES = $(pkgdata_DATA)
|
|
|
|
mc.hlp: man/mc.1 $(srcdir)/xnc.hlp $(top_builddir)/src/man2hlp
|
|
- $(top_builddir)/src/man2hlp man/mc.1 $(srcdir)/xnc.hlp mc.hlp
|
|
|
|
include doxygen-include.am
|