mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 01:33:03 +00:00
* doc/Makefile.am: Complete the previous checkin.
This commit is contained in:
@@ -16,7 +16,14 @@
|
|||||||
|
|
||||||
AM_MAKEINFOFLAGS = --no-split
|
AM_MAKEINFOFLAGS = --no-split
|
||||||
info_TEXINFOS = bison.texinfo
|
info_TEXINFOS = bison.texinfo
|
||||||
bison_TEXINFOS = gpl-3.0.texi fdl.texi
|
bison_TEXINFOS = cross-options.texi gpl-3.0.texi fdl.texi
|
||||||
|
|
||||||
|
CROSS_OPTIONS_PL = $(top_srcdir)/build-aux/cross-options.pl
|
||||||
|
$(srcdir)/cross-options.texi: $(top_srcdir)/src/getargs.c $(CROSS_OPTIONS_PL)
|
||||||
|
-rm -f $@ $@.tmp
|
||||||
|
cd $(top_builddir)/src && $(MAKE) $(AM_MAKEFLAGS) bison
|
||||||
|
$(top_builddir)/src/bison --help | perl $(CROSS_OPTIONS_PL) >$@.tmp
|
||||||
|
mv $@.tmp $@
|
||||||
|
|
||||||
CLEANFILES = bison.fns
|
CLEANFILES = bison.fns
|
||||||
CLEANDIRS = *.t2d
|
CLEANDIRS = *.t2d
|
||||||
|
|||||||
Reference in New Issue
Block a user