* lib/am/texinfos.am (TEXI2PDF): Pass --batch to texi2dvi, since
authorAkim Demaille <akim@epita.fr>
Wed, 11 Sep 2002 08:00:10 +0000 (08:00 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 11 Sep 2002 08:00:10 +0000 (08:00 +0000)
it was already supported when --pdf support was added.

ChangeLog
Makefile.in
lib/am/texibuild.am
lib/am/texinfos.am

index 9f53422..ed87e9c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-11  Akim Demaille  <akim@epita.fr>
+
+       * 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  <duret_g@epita.fr>
 
        * lib/Automake/Channels.pm (_default_options): Add `backtrace'.
index d188a8d..6249ec1 100644 (file)
@@ -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 $@
index e136893..aeac088 100644 (file)
@@ -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
index 2e70c70..4a82236 100644 (file)
@@ -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%