diff options
author | Akim Demaille <akim@epita.fr> | 2002-09-11 08:00:10 +0000 |
---|---|---|
committer | Akim Demaille <akim@epita.fr> | 2002-09-11 08:00:10 +0000 |
commit | 60308a029f75599fa9b16d0cba27c6e4baad8f7c (patch) | |
tree | 6d0435064df9a340374b066f34c90ef69bfa0f11 /lib/am | |
parent | fcdc5da2aa2b8310244391b704778d368308fd17 (diff) | |
download | automake-60308a029f75599fa9b16d0cba27c6e4baad8f7c.tar.gz |
* lib/am/texinfos.am (TEXI2PDF): Pass --batch to texi2dvi, since
it was already supported when --pdf support was added.
Diffstat (limited to 'lib/am')
-rw-r--r-- | lib/am/texibuild.am | 2 | ||||
-rw-r--r-- | lib/am/texinfos.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/am/texibuild.am b/lib/am/texibuild.am index e13689384..aeac0884e 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 2e70c703d..4a822368b 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% |