aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f173b59a3..9588f6c47 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,9 @@ pdf: validate
$(Q)if [ ! -e $(BASEDIR) ]; then \
mkdir -p $(BASEDIR); \
fi;
- $(Q)fop $(RENDERTMP)/lfs-pdf.fo $(BASEDIR)/$(PDF_OUTPUT)
+ $(Q)fop -q $(RENDERTMP)/lfs-pdf.fo $(BASEDIR)/$(PDF_OUTPUT) 2>fop.log
+ @echo "$(BASEDIR)/$(PDF_OUTPUT) created"
+ @echo "fop.log created"
nochunks: validate profile-html
@echo "Generating non chunked XHTML file..."