Fix Makefile.am to make "make dist" work, the remains is removal of .svn in boost dir
[vspell.git] / scripts / gettags.pl
blobca51b1444dce9468f24a84203997b6b0fcd921ce
1 #!/usr/bin/perl
3 while (<>) {
4 while (m,</?([^ />]*)[^>]*/?>,g) {
5 print "$1\n";
7 while (m,(&[^;]*;),g) {
8 print "$1\n";