We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30094d2 commit 3e761f0Copy full SHA for 3e761f0
contrib/.gitignore
@@ -1,5 +1,5 @@
1
-mc-wrapper.csh
2
-mc-wrapper.sh
+mc-wrapper.*
+!mc-wrapper.*.in
3
mc.csh
4
mc.fish
5
mc.sh
contrib/Makefile.am
@@ -1,8 +1,18 @@
noinst_DATA = README.xterm
-SCRIPTS_IN = mc.csh.in mc-wrapper.fish.in mc.sh.in mc-wrapper.csh.in mc-wrapper.sh.in
-SCRIPTS_OUT = mc.csh mc.sh mc-wrapper.csh mc-wrapper.fish mc-wrapper.sh
+SCRIPTS_IN = \
+ 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
16
17
pkglibexec_SCRIPTS = $(SCRIPTS_OUT)
18
0 commit comments