automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

pdf --batch


From: Akim Demaille
Subject: pdf --batch
Date: 11 Sep 2002 09:56:08 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter)

Installed. --batch cuts the interactive processing of errors by TeX.


Index: ChangeLog
from  Akim Demaille  <address@hidden>

        * lib/am/texinfos.am (TEXI2PDF): Pass --batch to texi2dvi, since
        it was already supported when --pdf support was added.

Index: Makefile.in
===================================================================
RCS file: /cvs/automake/automake/Makefile.in,v
retrieving revision 1.387
diff -u -u -r1.387 Makefile.in
--- Makefile.in 8 Sep 2002 13:40:03 -0000 1.387
+++ Makefile.in 11 Sep 2002 07:57:14 -0000
@@ -219,7 +219,7 @@
        -rm -f stamp-vti version.texi
 TEXI2DVI = texi2dvi
 
-TEXI2PDF = $(TEXI2DVI) --pdf
+TEXI2PDF = $(TEXI2DVI) --pdf --batch
 DVIPS = dvips
 .dvi.ps:
        $(DVIPS) $< -o $@
Index: lib/am/texibuild.am
===================================================================
RCS file: /cvs/automake/automake/lib/am/texibuild.am,v
retrieving revision 1.8
diff -u -u -r1.8 texibuild.am
--- lib/am/texibuild.am 4 Sep 2002 22:08:34 -0000 1.8
+++ lib/am/texibuild.am 11 Sep 2002 07:57:17 -0000
@@ -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: lib/am/texinfos.am
===================================================================
RCS file: /cvs/automake/automake/lib/am/texinfos.am,v
retrieving revision 1.97
diff -u -u -r1.97 texinfos.am
--- lib/am/texinfos.am 25 Aug 2002 20:45:51 -0000 1.97
+++ lib/am/texinfos.am 11 Sep 2002 07:57:17 -0000
@@ -44,7 +44,7 @@
            fi`
 endif %?CYGNUS%
 
-TEXI2PDF = $(TEXI2DVI) --pdf
+TEXI2PDF = $(TEXI2DVI) --pdf --batch
 endif %?LOCAL-TEXIS%
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]