fixup cdist-reference: match only on .7 now, otherwise .html and .text is shown in manpage

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/1.6
Nico Schottelius 14 years ago
parent 5f0ecb0831
commit 762fa52638
  1. 2
      doc/man/cdist-reference.text.sh

@ -187,7 +187,7 @@ SEE ALSO
--------
- cdist(7)
eof
for type in man7/cdist-type__*; do
for type in man7/cdist-type__*.7; do
name_1="${type#man7/}"
name_2="${name_1%.7}"

Loading…
Cancel
Save