mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-22 10:43:02 +00:00
Bind examples/calc++ to the package.
* examples/calc++/Makefile: Remove, replaced by... * examples/calc++/Makefile.am: ... this new file. * examples/calc++/test: Remove input. * examples/calc++/compile: Remove. * examples/Makefile.am: New. * configure.ac, Makefile.am: Adjust. * doc/Makefile.am (clean-local): New, for more recent texi2dvis.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#! /bin/sh
|
||||
|
||||
set +e
|
||||
cat >input <<EOF
|
||||
a := 1
|
||||
@@ -24,3 +25,5 @@ toto := 1
|
||||
toto
|
||||
EOF
|
||||
./calc++ -s input
|
||||
|
||||
rm input
|
||||
|
||||
Reference in New Issue
Block a user