forked from ungleich-public/cdist
reverted the change to .html in generating the reference, since I have
fooled myself ...
This commit is contained in:
parent
b5b1a25e4f
commit
e1766aa070
1 changed files with 3 additions and 3 deletions
|
@ -159,12 +159,12 @@ The following types are available:
|
|||
|
||||
eof
|
||||
|
||||
for type in man7/cdist-type__*.html; do
|
||||
for type in man7/cdist-type__*.text; do
|
||||
no_dir="${type#man7/}";
|
||||
no_type="${no_dir#cdist-type}";
|
||||
name="${no_type%.html}";
|
||||
name="${no_type%.text}";
|
||||
name_no_underline="$(echo $name | sed 's/^__/\\__/g')"
|
||||
man="${no_dir%.html}(7)"
|
||||
man="${no_dir%.text}(7)"
|
||||
|
||||
echo "- $name_no_underline" "($man)"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue