mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
a55a505160
Also added template in contrib/distr for some distro-related files (spec, deb, ebuild, etc)
13 lines
351 B
Makefile
13 lines
351 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) doc/devel 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
|