]> sourceware.org Git - automake.git/commitdiff
* lib/am/texinfos.am (TEXI2PDF): Pass --batch to texi2dvi, since
authorAkim Demaille <akim@epita.fr>
Wed, 11 Sep 2002 08:00:08 +0000 (08:00 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 11 Sep 2002 08:00:08 +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 9f53422ab1d2fbb3af41020f8e0714f10dc58acd..ed87e9cf644512ecb369373635a7e3522bb9943b 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 d188a8d95ebcdb6c7319d4232a919afe27c4a94a..6249ec1686f1a968e6792e7cdbb5549eb74186e4 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 e13689384a9f971754a8f20d98f6f01359c6024e..aeac0884e7666cf312c580546e8acf77e94ac964 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 2e70c703ddce499177c9f5d5a5e8a315a83d75de..4a822368bced9c103be339e2bfe82ddf92770708 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%
 
 
This page took 0.036583 seconds and 5 git commands to generate.