From e82f76b87ff9779532908a02315b6425fb8a53f4 Mon Sep 17 00:00:00 2001 From: Einhard Leichtfuß Date: Mon, 24 Dec 2018 21:56:30 +0100 Subject: Rename conf file and bash completion script Also, - Add the new manpage to the Makefile. - Add additional dependencies in README. - Fix some small formatting mistakes in ctct(1). --- ctct_config.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ctct_config.in (limited to 'ctct_config.in') diff --git a/ctct_config.in b/ctct_config.in new file mode 100644 index 0000000..0231725 --- /dev/null +++ b/ctct_config.in @@ -0,0 +1,14 @@ +#!/bin/bash +# +# configuration file for ctct +# default values are commented out +# + +# datadir="@default_datadir@" +# fallback_editor="@default_fallback_editor@" +# default_editor= +# input_program="@default_input_program@" +# output_program="@default_output_program@" +# visual_program="@default_visual_program@" +# confirm_deletion=@default_confirm_deletion@ +# confirm_default_yes=@default_confirm_default_yes@ -- cgit v1.2.3