+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'.
-rm -f stamp-vti version.texi
TEXI2DVI = texi2dvi
-TEXI2PDF = $(TEXI2DVI) --pdf
+TEXI2PDF = $(TEXI2DVI) --pdf --batch
DVIPS = dvips
.dvi.ps:
$(DVIPS) $< -o $@
## 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