From: Stefano Lattarini Date: Sun, 12 Aug 2012 09:04:31 +0000 (+0200) Subject: [ng] cosmetics: remove a stray empty line X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b486997bd6fc1cb199b7af8ecce589977a95a71;p=thirdparty%2Fautomake.git [ng] cosmetics: remove a stray empty line * lib/am/texibuild.mk (am.texi.build.dvi-or-pdf): Here. Signed-off-by: Stefano Lattarini --- diff --git a/lib/am/texibuild.mk b/lib/am/texibuild.mk index 6e54328df..e1d6783fc 100644 --- a/lib/am/texibuild.mk +++ b/lib/am/texibuild.mk @@ -27,7 +27,6 @@ define am.texi.build.dvi-or-pdf ## if it is in srcdir. MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) \ -I $(@D) -I $(srcdir)/$(@D)' \ - ## texi2dvi and texi2pdf don't silence everything with -q, redirect ## to /dev/null instead. We still want -q ($(AM_V_TEXI_QUIETOPTS)) ## because it turns on batch mode.