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 22d9098 commit 4127dc2Copy full SHA for 4127dc2
contrib/.gitignore
@@ -1,4 +1,4 @@
1
-mc-wrapper.csh
2
-mc-wrapper.sh
+mc-wrapper.*
+!mc-wrapper.*.in
3
mc.csh
4
mc.sh
contrib/Makefile.am
@@ -1,8 +1,16 @@
noinst_DATA = README.xterm
-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
+SCRIPTS_IN = \
+ 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
14
15
pkglibexec_SCRIPTS = $(SCRIPTS_OUT)
16
0 commit comments