Skip to content

Commit 4127dc2

Browse files
committed
contrib: reformat to help future wrapper additions
Signed-off-by: Johannes Altmanninger <aclopte@gmail.com>
1 parent 22d9098 commit 4127dc2

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

contrib/.gitignore

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

contrib/Makefile.am

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

22
noinst_DATA = README.xterm
33

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

715
pkglibexec_SCRIPTS = $(SCRIPTS_OUT)
816

0 commit comments

Comments
 (0)