Description: Make the build verbose
Author: Sven Hartge <sven@svenhartge.de>
Forwarded: not-needed

--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 #-------------------------------------------------------------------------
 SHELL = /bin/sh
 
-AT=@
+AT=
 
 #
 # bacula.env file is a local file to define specific values if any
--- a/manuals/Makefile
+++ b/manuals/Makefile
@@ -10,7 +10,7 @@
   $(error No environment file "$(MANUALENVFILE)" found. You can copy "$(MANUALENVFILE).dist" to "$(MANUALENVFILE)" and adjust some definitions.)
 endif
 
-AT=@
+AT=
 #
 # WARNING !!! The following works *ONLY* when using MAKE with $(MAKE) -C subdir invocation.
 LICENCE_FILES=$(wildcard $(LICENCE_DIR)/*.tex)
@@ -24,8 +24,8 @@
 PDFLATEX=$(COMPILER)
 PDFLATEXSILENT=batchmode
 PDFLATEXVERBOSE=errorstopmode
-PDFLATEXOPTIONS=-halt-on-error -interaction=$(PDFLATEXSILENT) # $(PDFLATEXVERBOSE) # 
-PDFOUTPUT="> $(DOC).out 2>&1"
+PDFLATEXOPTIONS=-halt-on-error -interaction=$(PDFLATEXVERBOSE) # $(PDFLATEXSILENT) #
+PDFOUTPUT="" # "> $(DOC).out 2>&1"
 #
 # Makefile used to produce HTML documentation
 EXTSEDFILES=html-external-references.sed
