mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 04:22:34 +03:00
Move some files from contrib into misc directory
Also fix error with make install action
This commit is contained in:
parent
a55a505160
commit
f49ce170f0
@ -2,7 +2,7 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.5
|
||||
|
||||
SUBDIRS = intl po vfs edit src doc syntax contrib
|
||||
SUBDIRS = intl po vfs edit src doc syntax contrib misc
|
||||
|
||||
EXTRA_DIST =
|
||||
|
||||
|
@ -561,7 +561,9 @@ contrib/dist/redhat/mc.spec
|
||||
contrib/dist/mc.qpg
|
||||
contrib/dist/pkginfo
|
||||
contrib/dist/prototype
|
||||
contrib/mc.ext
|
||||
|
||||
misc/Makefile
|
||||
misc/mc.ext
|
||||
|
||||
src/Makefile
|
||||
src/search/Makefile
|
||||
|
@ -10,25 +10,19 @@ else
|
||||
LIBFILES_ADD =
|
||||
endif
|
||||
|
||||
LIBFILES_OUT = mc.ext
|
||||
|
||||
LIBFILES_CONST = mc.lib mc.menu mc.menu.sr cedit.menu edit.indent.rc \
|
||||
edit.spell.rc
|
||||
|
||||
noinst_DATA = README.xterm mcserv.init mcserv.pamd xterm.ad
|
||||
noinst_DATA = README.xterm mcserv.init mcserv.pamd
|
||||
|
||||
SCRIPTS_IN = mc.csh.in mc.sh.in mc-wrapper.csh.in mc-wrapper.sh.in
|
||||
SCRIPTS_OUT = mc.csh mc.sh mc-wrapper.csh mc-wrapper.sh
|
||||
|
||||
suppbin_SCRIPTS = $(SCRIPTS_OUT)
|
||||
|
||||
pkgdata_DATA = $(LIBFILES_CONST) $(LIBFILES_ADD) $(LIBFILES_OUT)
|
||||
pkgdata_DATA = $(LIBFILES_ADD)
|
||||
|
||||
CLEANFILES = $(SCRIPTS_OUT)
|
||||
|
||||
# Files processed by configure don't need to be here
|
||||
EXTRA_DIST = \
|
||||
$(LIBFILES_CONST) \
|
||||
$(SCRIPTS_IN) \
|
||||
$(noinst_DATA) \
|
||||
mc.charsets
|
||||
|
@ -3,7 +3,7 @@ SUBDIRS = hints man $(DOC_LINGUAS)
|
||||
|
||||
pkgdata_DATA = mc.hlp
|
||||
|
||||
EXTRA_DIST = xnc.hlp $(DX_CONFIG) doc/devel doxygen-include.am
|
||||
EXTRA_DIST = xnc.hlp $(DX_CONFIG) doxygen-include.am
|
||||
CLEANFILES = $(pkgdata_DATA)
|
||||
|
||||
mc.hlp: man/mc.1 $(srcdir)/xnc.hlp $(top_builddir)/src/man2hlp
|
||||
|
21
misc/Makefile.am
Normal file
21
misc/Makefile.am
Normal file
@ -0,0 +1,21 @@
|
||||
## Process this file with automake to create Makefile.in.
|
||||
|
||||
|
||||
LIBFILES_OUT = mc.ext
|
||||
|
||||
LIBFILES_CONST = mc.lib mc.menu mc.menu.sr cedit.menu edit.indent.rc \
|
||||
edit.spell.rc
|
||||
|
||||
noinst_DATA = xterm.ad
|
||||
|
||||
|
||||
pkgdata_DATA = $(LIBFILES_CONST) $(LIBFILES_ADD) $(LIBFILES_OUT)
|
||||
|
||||
CLEANFILES = $(SCRIPTS_OUT)
|
||||
|
||||
# Files processed by configure don't need to be here
|
||||
EXTRA_DIST = \
|
||||
$(LIBFILES_CONST) \
|
||||
$(SCRIPTS_IN) \
|
||||
$(noinst_DATA)
|
||||
|
Loading…
Reference in New Issue
Block a user