Skip to content

Commit 3e761f0

Browse files
krobeluszyv
authored andcommitted
contrib: reformat to help future wrapper additions
Signed-off-by: Johannes Altmanninger <aclopte@gmail.com> Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
1 parent 30094d2 commit 3e761f0

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

contrib/.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
mc-wrapper.csh
2-
mc-wrapper.sh
1+
mc-wrapper.*
2+
!mc-wrapper.*.in
33
mc.csh
44
mc.fish
55
mc.sh

contrib/Makefile.am

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11

22
noinst_DATA = README.xterm
33

4-
SCRIPTS_IN = mc.csh.in mc-wrapper.fish.in mc.sh.in mc-wrapper.csh.in mc-wrapper.sh.in
5-
SCRIPTS_OUT = mc.csh mc.sh mc-wrapper.csh mc-wrapper.fish mc-wrapper.sh
4+
SCRIPTS_IN = \
5+
mc.csh.in \
6+
mc.sh.in \
7+
mc-wrapper.csh.in \
8+
mc-wrapper.fish.in \
9+
mc-wrapper.sh.in
10+
SCRIPTS_OUT = \
11+
mc.csh \
12+
mc.sh \
13+
mc-wrapper.csh \
14+
mc-wrapper.fish \
15+
mc-wrapper.sh
616

717
pkglibexec_SCRIPTS = $(SCRIPTS_OUT)
818

0 commit comments

Comments
 (0)