mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
f2fd5f49e5
doc/doxygen.cfg: - added some options for better output m4.include/dx_doxygen.m4: - calculate sources top dir
19 lines
408 B
Makefile
19 lines
408 B
Makefile
DIST_SUBDIRS = es hu it pl ru sr
|
|
SUBDIRS = $(DOC_LINGUAS)
|
|
|
|
if USE_MCFS
|
|
man_MANS = mc.1 mcedit.1 mcview.1 mcserv.8
|
|
else
|
|
man_MANS = mc.1 mcedit.1 mcview.1
|
|
endif
|
|
|
|
pkgdata_DATA = mc.hlp
|
|
|
|
EXTRA_DIST = xnc.hlp $(DX_CONFIG) doc/devel
|
|
CLEANFILES = $(pkgdata_DATA)
|
|
|
|
mc.hlp: mc.1 $(srcdir)/xnc.hlp $(top_builddir)/src/man2hlp
|
|
- $(top_builddir)/src/man2hlp mc.1 $(srcdir)/xnc.hlp mc.hlp
|
|
|
|
include ../doxygen-include.am
|