From 9c748009abef50009e456ace3d027a0c806d0f52 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 11 Apr 1998 15:31:30 +0000 Subject: Moved to tools --- doc/import_ami_txt | 83 ------------------------------------------------------ 1 file changed, 83 deletions(-) delete mode 100644 doc/import_ami_txt (limited to 'doc') diff --git a/doc/import_ami_txt b/doc/import_ami_txt deleted file mode 100644 index 0017c99f68..0000000000 --- a/doc/import_ami_txt +++ /dev/null @@ -1,83 +0,0 @@ -#! /bin/bash -# -# This script converts the ASCII version of the manual saved by AmiPro -# into a reasonably acceptable form of Texinfo. The output of this program -# is fed into another program which inserts texinfo node and menu infomation. -# -# $Id$ -# - -#set -x - -#rm -f *.txt -orig=/usr1/home/joel/tmp/doc/relnotes -inputfiles=`cd $orig ; echo *.txt` - -for i in $inputfiles -do - echo $i - out=`echo $i | sed -e 's/\.txt$/.texi/'` - # 1. Remove -Z and -M - # 2. Tackle paragraph style issues - # 3. Directive status code lines - - tr -d '\032\015' <${orig}/$i | - sed -e 's//@chapter /' | - sed -e 's//@section /' | - sed -e 's//@subsection /' | - sed -e 's//@subsection /' | - sed -e 's///' | - sed -e 's//@item /' | - sed -e 's//@itemize /' | - sed -e 's//@item /' | - sed -e 's//@item /' | - sed -e 's/
/@item /' | - sed -e 's//@item /' | - sed -e 's/