all function, variable and structure names removed.
%.txt: %.sgml
./sgml2txt $<
+progspell: prog.sgml
+ sed -f prog-spell.sed <prog.sgml >prog.spell
+ ispell prog.spell
+
userdocs: bird.html bird.dvi bird.txt
clean:
- rm -f *.html *.tex *.dvi *.log *.ps *.txt *.aux *.toc
+ rm -f *.html *.tex *.dvi *.log *.ps *.txt *.aux *.toc *.spell
rm -f prog.sgml
--- /dev/null
+s%<type>[^<]*</type>%%g
+s%<param>[^<]*</param>%%g
+s%<func>[^<]*</func>%%g
+s%<funcdef>[^<]*</funcdef>%%g
+s%<type/[^</]*/%%g
+s%<param/[^</]*/%%g
+s%<func/[^</]*/%%g
+s%<funcdef/[^</]*/%%g
+s%<struct/[^</]*/%%g
+s%<const/[^</]*/%%g
+s%<[^<>/ ]\+/%%g
+s%</\?[^<>/ ]*>%%g
+s%&[^;]*;%%g