From: Akim Demaille Date: Sun, 4 Nov 2007 21:17:55 +0000 (+0000) Subject: * doc/Makefile.am: Complete the previous checkin. X-Git-Tag: v2.3b~64 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/be252c39682e9f846ca151536341ab5400ac381d?ds=inline * doc/Makefile.am: Complete the previous checkin. --- diff --git a/doc/Makefile.am b/doc/Makefile.am index e130ba5a..9cf734c8 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -16,7 +16,14 @@ AM_MAKEINFOFLAGS = --no-split 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 CLEANDIRS = *.t2d