commit | 29f9dff79073cfdc336466a950294be91b90f514 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Fri Mar 06 10:25:47 2020 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Fri Mar 06 11:06:55 2020 +0000 |
tree | 8d56c6fc38f2568e5d2b2f75a8e088aa10bca1a7 | |
parent | 3a8273b1ab3299cf92f7f72b41f56471ecb8e5cf [diff] |
*.hx: Remove all the STEXI/ETEXI blocks We no longer generate texinfo from the hxtool input files, so delete all the STEXI/ETEXI blocks. This commit was created using the following Perl one-liner: perl -i -n -e '$suppress = 1,next if /^STEXI/;$suppress=0,next if /^ETEXI/; print if !$suppress;' *.hx Signed-off-by: Peter Maydell <peter.maydell@linaro.org>