@@ -0,0 +1,2 @@
+kea-shell
+kea-shell.8
@@ -40,9 +40,9 @@ endif
# this is done here since configure.ac AC_OUTPUT doesn't expand exec_prefix
kea-shell: kea-shell.py
- rm -f kea-shell.tmp
$(SED) "s|@@PYTHONPATH@@|@pyexecdir@|" kea-shell.py > kea-shell.tmp
$(SED) "s|REPORTED_VERSION|@PACKAGE_VERSION@|" kea-shell.tmp >$@
+ rm -f kea-shell.tmp
chmod a+x $@
install-data-local:
@@ -0,0 +1 @@
+shell_process_tests.sh
@@ -23,7 +23,6 @@ check-shell:
${SHELL} $(abs_builddir)/$$shtest || exit ; \
done
-
CLEANDIRS = __pycache__
clean-local: