Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
7607740b
...
7607740b2f499ae1487f5f411f3985fe11931b19
authored
2004-02-03 00:00:35 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added texify.sed
1 parent
31ddfa94
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
1 deletions
scripts/Makefile.am
scripts/texify.sed
scripts/Makefile.am
View file @
7607740
...
...
@@ -18,5 +18,5 @@
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
SUBDIRS
=
guile-1.4 guile-1.6
EXTRA_DIST
=
ylwrap mailutils.spec mailutils.spec.in
EXTRA_DIST
=
ylwrap mailutils.spec mailutils.spec.in
texify.sed
...
...
scripts/texify.sed
0 → 100644
View file @
7607740
# Copyright (C) 2002, 2003 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2, or (at
# your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc.
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1
{s
/
\/\*
/
@comment
/
b
}
2,/
\/
/
{s
/
\*\/
//;
s
/
^
/
@comment
/
b
}
s
/
\(
[
{}
]
\)
/
@
\1
/
g
Please
register
or
sign in
to post a comment