From cf0fca30353a9966c793647f7c9d10b0b56678a9 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 7 Jun 2000 12:27:18 +0000 Subject: Added `progspell' target which runs ispell on the progdoc SGML file with all function, variable and structure names removed. --- doc/prog-spell.sed | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/prog-spell.sed (limited to 'doc/prog-spell.sed') diff --git a/doc/prog-spell.sed b/doc/prog-spell.sed new file mode 100644 index 0000000..426a033 --- /dev/null +++ b/doc/prog-spell.sed @@ -0,0 +1,13 @@ +s%[^<]*%%g +s%[^<]*%%g +s%[^<]*%%g +s%[^<]*%%g +s%/ ]\+/%%g +s%/ ]*>%%g +s%&[^;]*;%%g -- cgit v1.2.3