mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
06285250aa
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
30 lines
349 B
Makefile
30 lines
349 B
Makefile
extdir = $(EXTHELPERSDIR)
|
|
|
|
SCRIPTS_IN = \
|
|
doc.sh.in \
|
|
misc.sh.in \
|
|
text.sh.in \
|
|
web.sh.in
|
|
|
|
SCRIPTS_OUT = \
|
|
doc.sh \
|
|
misc.sh \
|
|
text.sh \
|
|
web.sh
|
|
|
|
SCRIPTS_UNTOUCHED = \
|
|
archive.sh \
|
|
image.sh \
|
|
package.sh \
|
|
sound.sh \
|
|
video.sh
|
|
|
|
ext_SCRIPTS = \
|
|
$(SCRIPTS_UNTOUCHED) \
|
|
$(SCRIPTS_OUT)
|
|
|
|
EXTRA_DIST = \
|
|
$(SCRIPTS_UNTOUCHED) \
|
|
$(SCRIPTS_IN)
|
|
|