Skip to content
Snippets Groups Projects
Commit 313582b9 authored by Ralf Mueller's avatar Ralf Mueller
Browse files

refs #351

parent e08b7e02
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ EXTRA_DIST = makecompl.rb cdoCompletion.bash cdoCompletion.tcsh cdoCompletion.zs
all-local:
if test -x /usr/bin/ruby -o -x /usr/local/bin/ruby ; then \
ruby $(srcdir)/makecompl.rb -h completions4cdo; \
ruby $(srcdir)/makecompl.rb -o completions4cdo; \
fi
CLEANFILES = `ls completions4cdo.*`
......@@ -188,7 +188,7 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
EXTRA_DIST = makecompl.rb cdoCompletion.bash cdoCompletion.tcsh cdoCompletion.zsh
CLEANFILES = `ls cdoCompletion.*`
CLEANFILES = `ls completions4cdo.*`
all: all-am
.SUFFIXES:
......@@ -371,7 +371,7 @@ uninstall-am:
all-local:
if test -x /usr/bin/ruby -o -x /usr/local/bin/ruby ; then \
ruby $(srcdir)/makecompl.rb; \
ruby $(srcdir)/makecompl.rb -o completions4cdo; \
fi
# Tell versions [3.59,3.63) of GNU make to not export all variables.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment