From: Akim Demaille Date: Wed, 11 Sep 2002 08:00:08 +0000 (+0000) Subject: * lib/am/texinfos.am (TEXI2PDF): Pass --batch to texi2dvi, since X-Git-Tag: Release-1-6d~23 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=a8a637bce71a29f6ac62b553b63095a58fbd8f72;p=automake.git * lib/am/texinfos.am (TEXI2PDF): Pass --batch to texi2dvi, since it was already supported when --pdf support was added. --- diff --git a/ChangeLog b/ChangeLog index 9f53422a..ed87e9cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-09-11 Akim Demaille + + * lib/am/texinfos.am (TEXI2PDF): Pass --batch to texi2dvi, since + it was already supported when --pdf support was added. + 2002-09-10 Alexandre Duret-Lutz * lib/Automake/Channels.pm (_default_options): Add `backtrace'. diff --git a/Makefile.in b/Makefile.in index d188a8d9..6249ec16 100644 --- a/Makefile.in +++ b/Makefile.in @@ -219,7 +219,7 @@ maintainer-clean-vti: -rm -f stamp-vti version.texi TEXI2DVI = texi2dvi -TEXI2PDF = $(TEXI2DVI) --pdf +TEXI2PDF = $(TEXI2DVI) --pdf --batch DVIPS = dvips .dvi.ps: $(DVIPS) $< -o $@ diff --git a/lib/am/texibuild.am b/lib/am/texibuild.am index e1368938..aeac0884 100644 --- a/lib/am/texibuild.am +++ b/lib/am/texibuild.am @@ -1,5 +1,5 @@ ## automake - create Makefile.in from Makefile.am -## Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 +## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 ## Free Software Foundation, Inc. ## This program is free software; you can redistribute it and/or modify diff --git a/lib/am/texinfos.am b/lib/am/texinfos.am index 2e70c703..4a822368 100644 --- a/lib/am/texinfos.am +++ b/lib/am/texinfos.am @@ -44,7 +44,7 @@ TEXI2DVI = `if test -f $(top_srcdir)/../texinfo/util/texi2dvi; then \ fi` endif %?CYGNUS% -TEXI2PDF = $(TEXI2DVI) --pdf +TEXI2PDF = $(TEXI2DVI) --pdf --batch endif %?LOCAL-TEXIS%