Commit 330f6330 330f6330c06556556c92f730326f852e74e2a26e by Sergey Poznyakoff

(.c.inc rule): Use texify.sed

1 parent 7607740b
......@@ -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)
......