[geany/geany] db995a: Don't truncate pdflatex warnings

Colomban Wendling git-noreply at xxxxx
Mon Apr 28 14:38:39 UTC 2014


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Mon, 28 Apr 2014 14:38:39 UTC
Commit:      db995a37cf8aee7665c8ec5d6beb7ec1221e7609
             https://github.com/geany/geany/commit/db995a37cf8aee7665c8ec5d6beb7ec1221e7609

Log Message:
-----------
Don't truncate pdflatex warnings


Modified Paths:
--------------
    doc/Makefile.am

Modified: doc/Makefile.am
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -80,7 +80,7 @@ geany-$(VERSION).pdf: geany-$(VERSION).tex
 	 cd "$(srcdir)" && \
 	 $(PDFLATEX) $(PDFLATEX_FLAGS) -interaction=nonstopmode -halt-on-error -file-line-error \
 	 	-output-directory="$$absbuilddir" "$$absbuilddir/geany-$(VERSION).tex" | \
-	 { r=$?; grep -i "^!\|.*:[0-9]*:.*\|warning" >&2; exit $r; })
+	 { r=$?; grep -iA1 "^!\|.*:[0-9]*:.*\|warning" >&2; exit $r; })
 
 geany-$(VERSION).tex: $(srcdir)/geany.txt
 	$(AM_V_GEN)$(RST2LATEX) -stg --documentoptions="10pt,a4paper" --output-encoding=utf8 $(srcdir)/geany.txt $@



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list