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
330f6330
...
330f6330c06556556c92f730326f852e74e2a26e
authored
2004-02-03 00:01:08 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(.c.inc rule): Use texify.sed
1 parent
7607740b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
doc/texinfo/Makefile.am
doc/texinfo/Makefile.am
View file @
330f633
...
...
@@ -67,7 +67,7 @@ VPATH = $(s)
SUFFIXES
=
.c .inc
.c.inc
:
sed
'1{s/\/\*/@comment /;b};2,/.*\*\//{s/\*\///;s/^/@comment/;b};s/\([{}]\)/@\1/g'
$<
>
$@
sed
-f
$(top_srcdir)
/scripts/texify.sed
$<
>
$@
DISTCLEANFILES
=
*
.pgs
MAINTAINERCLEANFILES
=
$(INCFILES)
...
...
Please
register
or
sign in
to post a comment