misc/chm-hhp.sh
changeset 2002 812770d563e4
parent 2001 4bebef342260
--- 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
       ;;