From 76cc8df4c6c5ae0e1c7b0ad1c7ed1b0f6b5479c6 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 11 Mar 2015 17:21:01 +0100 Subject: build: Invoke 'lout' with the GNU-style error message format. * doc/user/Makefile.am (.lout.ps): Add '-a'. --- doc/user/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/user') diff --git a/doc/user/Makefile.am b/doc/user/Makefile.am index 13fb223..b72cfde 100644 --- a/doc/user/Makefile.am +++ b/doc/user/Makefile.am @@ -114,7 +114,7 @@ CLEANFILES += $(ps_DATA) endif !HAVE_PS2PDF .lout.ps: - $(AM_V_LOUT)$(LOUT) -r4 -I$(srcdir)/lout -I$(builddir)/lout \ + $(AM_V_LOUT)$(LOUT) -a -r4 -I$(srcdir)/lout -I$(builddir)/lout \ -c $(@:%.ps=%) -o $@ $< # Variable substitution. -- cgit v1.2.3