From: Marko Kreen Date: Sun, 14 Feb 2016 11:56:28 +0000 (+0200) Subject: optscan: fix doc path X-Git-Tag: pgbouncer_1_7_1~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ac6df0e53ac9c2c6c630c2baa0f6ebb34e8be08;p=pgbouncer optscan: fix doc path --- diff --git a/etc/optscan.sh b/etc/optscan.sh index f18b77c..577fb1d 100755 --- a/etc/optscan.sh +++ b/etc/optscan.sh @@ -3,7 +3,7 @@ # Check if all options in main.c are defined in sample ini and docs sources="src/main.c" -targets="doc/config.txt etc/pgbouncer.ini" +targets="doc/config.rst etc/pgbouncer.ini" for opt in `grep CF_ABS "$sources" | sed -r 's/^[^"]*"([^"]*)".*/\1/'`; do for conf in $targets; do