Added texify.sed
Showing
2 changed files
with
25 additions
and
1 deletions
... | @@ -18,5 +18,5 @@ | ... | @@ -18,5 +18,5 @@ |
18 | ## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | ## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
19 | 19 | ||
20 | SUBDIRS = guile-1.4 guile-1.6 | 20 | SUBDIRS = guile-1.4 guile-1.6 |
21 | EXTRA_DIST = ylwrap mailutils.spec mailutils.spec.in | 21 | EXTRA_DIST = ylwrap mailutils.spec mailutils.spec.in texify.sed |
22 | 22 | ... | ... |
scripts/texify.sed
0 → 100644
1 | # Copyright (C) 2002, 2003 Free Software Foundation, Inc. | ||
2 | # | ||
3 | # GNU Mailutils is free software; you can redistribute it and/or | ||
4 | # modify it under the terms of the GNU General Public License as | ||
5 | # published by the Free Software Foundation; either version 2, or (at | ||
6 | # your option) any later version. | ||
7 | # | ||
8 | # This program is distributed in the hope that it will be useful, but | ||
9 | # WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
11 | # General Public License for more details. | ||
12 | # | ||
13 | # You should have received a copy of the GNU General Public License | ||
14 | # along with this program; if not, write to the Free Software | ||
15 | # Foundation, Inc. | ||
16 | # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
17 | |||
18 | 1{s/\/\*/@comment / | ||
19 | b | ||
20 | } | ||
21 | 2,/\//{s/\*\///;s/^/@comment/ | ||
22 | b | ||
23 | } | ||
24 | s/\([{}]\)/@\1/g |
-
Please register or sign in to post a comment