mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
maint: rewrite extexi in Perl.
* examples/extexi: Rewrite in Perl. * examples/local.mk (extract): Adjust.
This commit is contained in:
@@ -22,7 +22,8 @@ TEST_LOG_COMPILER = $(top_srcdir)/examples/test
|
||||
|
||||
doc = $(top_srcdir)/doc/bison.texinfo
|
||||
extexi = $(top_srcdir)/examples/extexi
|
||||
extract = $(AWK) -f $(extexi) -v VERSION="$(VERSION)" $(doc) --
|
||||
PERL = perl
|
||||
extract = VERSION="$(VERSION)" $(PERL) -f $(extexi) $(doc) --
|
||||
extracted =
|
||||
CLEANFILES += $(extracted) examples/extracted.stamp
|
||||
examples/extracted.stamp: $(doc) $(extexi)
|
||||
|
||||
Reference in New Issue
Block a user