mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 18:23:03 +00:00
build: Fix "make dvi" and "make distcheck" error.
* bootstrap.conf (gnulib_extra_files): Add build-aux/epsf.tex. * build-aux/local.mk (EXTRA_DIST): Add build-aux/epsf.tex.
This commit is contained in:
committed by
Paul Eggert
parent
84119fd53e
commit
df2ed793af
@@ -84,6 +84,8 @@ gnulib_tool_option_extras='--symlink --conditional-dependencies --makefile-name=
|
|||||||
|
|
||||||
gnulib_extra_files="$gnulib_extra_files build-aux/move-if-change"
|
gnulib_extra_files="$gnulib_extra_files build-aux/move-if-change"
|
||||||
|
|
||||||
|
gnulib_extra_files="$gnulib_extra_files build-aux/epsf.tex"
|
||||||
|
|
||||||
bootstrap_post_import_hook()
|
bootstrap_post_import_hook()
|
||||||
{
|
{
|
||||||
# Ensure that ChangeLog exists, for automake.
|
# Ensure that ChangeLog exists, for automake.
|
||||||
|
|||||||
1
build-aux/.gitignore
vendored
1
build-aux/.gitignore
vendored
@@ -7,6 +7,7 @@
|
|||||||
/config.sub
|
/config.sub
|
||||||
/depcomp
|
/depcomp
|
||||||
/do-release-commit-and-tag
|
/do-release-commit-and-tag
|
||||||
|
/epsf.tex
|
||||||
/gendocs.sh
|
/gendocs.sh
|
||||||
/git-version-gen
|
/git-version-gen
|
||||||
/gitlog-to-changelog
|
/gitlog-to-changelog
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ EXTRA_DIST += \
|
|||||||
build-aux/Darwin.valgrind \
|
build-aux/Darwin.valgrind \
|
||||||
build-aux/Linux.valgrind \
|
build-aux/Linux.valgrind \
|
||||||
build-aux/cross-options.pl \
|
build-aux/cross-options.pl \
|
||||||
|
build-aux/epsf.tex \
|
||||||
build-aux/move-if-change \
|
build-aux/move-if-change \
|
||||||
build-aux/prev-version.txt \
|
build-aux/prev-version.txt \
|
||||||
build-aux/update-b4-copyright
|
build-aux/update-b4-copyright
|
||||||
|
|||||||
Reference in New Issue
Block a user