summary refs log tree commit diff
diff options
context:
space:
mode:
authorLudovic Courtès2015-03-11 17:21:01 +0100
committerLudovic Courtès2015-03-11 17:21:01 +0100
commit76cc8df4c6c5ae0e1c7b0ad1c7ed1b0f6b5479c6 (patch)
tree2bb9844ecd9e7f5eb881c354857bb46be9fe5cbc
parent2e935aed4c8536da73b855ad869b654fcdcf2956 (diff)
downloadskribilo-76cc8df4c6c5ae0e1c7b0ad1c7ed1b0f6b5479c6.tar.gz
skribilo-76cc8df4c6c5ae0e1c7b0ad1c7ed1b0f6b5479c6.tar.lz
skribilo-76cc8df4c6c5ae0e1c7b0ad1c7ed1b0f6b5479c6.zip
build: Invoke 'lout' with the GNU-style error message format.
* doc/user/Makefile.am (.lout.ps): Add '-a'.
-rw-r--r--doc/user/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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.