mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
Suggested by David Barto https://lists.gnu.org/archive/html/help-bison/2015-02/msg00004.html and Victor Zverovich. https://lists.gnu.org/archive/html/bison-patches/2018-10/msg00121.html This is very easy to do, thanks to work by Bruno Haible in gnulib. See "Supporting Relocation" in gnulib's documentation. * bootstrap.conf: We need relocatable-prog and relocatable-script (for yacc). * src/yacc.in: New. * configure.ac, src/local.mk: Instantiate it. * src/main.c, src/output.c (main, pkgdatadir): Use relocatable2. * doc/bison.texi (FAQ): Document it.
34 lines
667 B
Plaintext
34 lines
667 B
Plaintext
# Do not ignore these. The release procedure (web-manual-update)
|
|
# works in the src tree (even when run from the build tree) and leaves
|
|
# these files around. Since they take precedence over the files in
|
|
# the build tree, locally built manuals use obsolete auxiliary files.
|
|
#
|
|
# So don't hide them, give the maintainer a chance to clean them.
|
|
#/bison.aux
|
|
#/bison.cp
|
|
#/bison.cps
|
|
#/bison.toc
|
|
|
|
/*~
|
|
/.dirstamp
|
|
/bison.1
|
|
/bison.dvi
|
|
/bison.help
|
|
/bison.html
|
|
/bison.info
|
|
/bison.log
|
|
/bison.pdf
|
|
/bison.ps
|
|
/cross-options.texi
|
|
/fdl.texi
|
|
/gendocs_template
|
|
/gendocs_template_min
|
|
/gpl-3.0.texi
|
|
/refcard.dvi
|
|
/refcard.log
|
|
/refcard.ps
|
|
/stamp-vti
|
|
/version.texi
|
|
/yacc.1
|
|
/relocatable.texi
|