Artifact [3190fe5d6b]
Artifact 3190fe5d6b1cbe5f9b918bdd7a5a1d1617ca4836:
- Executable file help/guiseq — part of check-in [c2c3526ac3] at 2012-01-09 03:45:36 on branch trunk — gnome help files (user: mario, size: 178) [annotate] [blame] [check-ins using]
#!/usr/bin/perl -p s{(<gui>)?(\w.+( > \w.+)+)(</gui>)?}{<guiseq><gui>$2</gui></guiseq>}im; s{(\w.+?) > (\w.+?)}{$1</gui> <gui>$2}img; s{(\w.+?) > (\w.+?)}{$1</gui> <gui>$2}img;