#!/bin/bash
sed '
s/htmlcommand/NOTRANS/g
s/latexcommand/NOTRANS/g
s/mancommand/NOTRANS/g
s/mscommand/NOTRANS/g
s/sgmlcommand/NOTRANS/g
s/texinfocommand/NOTRANS/g
s/txtcommand/NOTRANS/g
s/xmlcommand/NOTRANS/g
s/INCLUDELIT/NOEXPANDINCLUDE/g
s/XXbeginp/XXmlBeginP/g
s/XXbeginXmlItem/XXmlBeginCountedTag/g
s/XXbeginXmltext/XXmlBeginXhtmlBlock/g
s/XXendp/XXmlEndP/g
s/XXendXmltext/XXmlEndXhtmlBlock/g
s/XXparcounter/XXusePARAGRAPH/g
s/XXpushContextarcounter/XXmlPushContext/g
s/XXendXmlItem/XXmlEndCountedTag/g
s/XXifAtXmlContext/XXmlAtContext/g
s/SKIP/COMMENT/g
s/pathcat/XXnotransPathInclude/g
s/XXsetabstract/XXabstract/g
s/XXsetmailto/XXmailto/g
s/XXinternallabel/INTERNALINDEX/g

'
    
