#!/bin/sh
# vim: set sts=4:
# $ editor FOO.en.sgml # remove incompatible comments
# $ debiandoc2dbk-wrap <FOO.en.sgml >FOO-commet.en.sgml
# $ debiandoc2dbk -1 FOO-commet.en.sgml
# $ debiandoc2dbk-unwrap <FOO-commet.en.dbk >FOO.en.dbk
#
# Before using this, you need to remove incompatible comments.
#
sed  -e 's/<!--/<p>=====COMMENT=====/' -e 's/-->/=====TNEMMOC=====<\/p>/'
