mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
1e4cc93320
Also, created symlinks in src_root directory to some doc/* files
11 lines
301 B
Makefile
11 lines
301 B
Makefile
DIST_SUBDIRS = es hu it pl ru sr
|
|
SUBDIRS = $(DOC_LINGUAS)
|
|
|
|
pkgdata_DATA = mc.hlp
|
|
|
|
EXTRA_DIST = xnc.hlp
|
|
CLEANFILES = $(pkgdata_DATA)
|
|
|
|
mc.hlp: $(top_builddir)/doc/man/mc.1 $(srcdir)/xnc.hlp $(top_builddir)/src/man2hlp
|
|
- $(top_builddir)/src/man2hlp $(top_builddir)/doc/man/mc.1 $(srcdir)/xnc.hlp mc.hlp
|