(.c.inc rule): Use texify.sed
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -67,7 +67,7 @@ VPATH = $(s) | ... | @@ -67,7 +67,7 @@ VPATH = $(s) |
67 | 67 | ||
68 | SUFFIXES=.c .inc | 68 | SUFFIXES=.c .inc |
69 | .c.inc: | 69 | .c.inc: |
70 | sed '1{s/\/\*/@comment /;b};2,/.*\*\//{s/\*\///;s/^/@comment/;b};s/\([{}]\)/@\1/g' $< > $@ | 70 | sed -f $(top_srcdir)/scripts/texify.sed $< > $@ |
71 | 71 | ||
72 | DISTCLEANFILES=*.pgs | 72 | DISTCLEANFILES=*.pgs |
73 | MAINTAINERCLEANFILES=$(INCFILES) | 73 | MAINTAINERCLEANFILES=$(INCFILES) | ... | ... |
-
Please register or sign in to post a comment