diff -r 4bebef342260 -r 812770d563e4 misc/chm-hhp.sh --- a/misc/chm-hhp.sh Thu Aug 04 15:31:15 2016 +0300 +++ b/misc/chm-hhp.sh Thu Aug 04 15:33:57 2016 +0300 @@ -17,16 +17,13 @@ echo '' echo '[FILES]' -for file in *.rst *.txt; do +for file in *.rst; do case $file in HEADER.rst) continue;; esac ext=${file##*.} name=${file%.${ext}} case $ext in - txt) - echo $name.txt - ;; rst) echo $name.html ;;