mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Ticket #413 (Make dist do not include mc.charset)
Description: If before make dist* ./configure was invoked without parameters next build from resulted tarball with ./configure --enable-charset stop on error "mc.charset not found". "./configure --enable-charset" hack before make dist* resolve this trouble. Fix issue: In contrib/Makefile.am EXTRA_DIST variable was contain filenames relative to --enable-charset option. Now mc.charsets file alvays present in EXTRA_DIST variable. Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
86ca1f6663
commit
faac6020ad
@ -26,7 +26,7 @@ CLEANFILES = $(SCRIPTS_OUT)
|
|||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
$(SCRIPTS_IN) \
|
$(SCRIPTS_IN) \
|
||||||
$(noinst_DATA) \
|
$(noinst_DATA) \
|
||||||
$(cfg_DATA)
|
mc.charsets
|
||||||
|
|
||||||
mc.csh: $(srcdir)/mc.csh.in
|
mc.csh: $(srcdir)/mc.csh.in
|
||||||
sed "s%@""pkglibexecdir@%$(pkglibexecdir)%" $(srcdir)/mc.csh.in > mc.csh
|
sed "s%@""pkglibexecdir@%$(pkglibexecdir)%" $(srcdir)/mc.csh.in > mc.csh
|
||||||
|
Loading…
Reference in New Issue
Block a user