mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Distribute original version of simple parser (bison.s1), not built
version (bison.simple).
This commit is contained in:
@@ -23,10 +23,10 @@ data_DATA = $(PFILE) $(PFILE1)
|
|||||||
info_TEXINFOS = bison.texinfo
|
info_TEXINFOS = bison.texinfo
|
||||||
man_MANS = bison.1
|
man_MANS = bison.1
|
||||||
|
|
||||||
EXTRA_DIST = $(PFILE) $(PFILE1) $(man_MANS) REFERENCES configure.bat \
|
EXTRA_DIST = bison.1 bison.s1 bison.hairy REFERENCES configure.bat \
|
||||||
build.com bison.cld bison.rnh vmshlp.mar
|
build.com bison.cld bison.rnh vmshlp.mar
|
||||||
|
|
||||||
bison.simple: bison.s1 Makefile
|
bison.simple: bison.s1 Makefile
|
||||||
-rm -f bison.simple
|
-rm -f $@
|
||||||
sed -e "/^#line/ s|bison|$(datadir)/bison|" -e "s/@bison_version@/$(VERSION)/" < $< > $@-tmp
|
sed -e "/^#line/ s|bison|$(datadir)/bison|" -e "s/@bison_version@/$(VERSION)/" < $< > $@-tmp
|
||||||
mv $@-tmp $@
|
mv $@-tmp $@
|
||||||
|
|||||||
Reference in New Issue
Block a user