From 4de1e57ab077a5aa735aa9871ec53f5e0b0b88cb Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 23 Feb 2016 10:28:43 +0100 Subject: [PATCH] use 12pt font for printed docs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 54d3dcc..7977779 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ pve-admin-guide.html: ${PVE_ADMIN_GUIDE_SOURCES} pve-admin-guide.pdf: ${PVE_ADMIN_GUIDE_SOURCES} docinfo.xml pve-admin-guide-docinfo.xml grep ">Release ${RELEASE}<" pve-admin-guide-docinfo.xml || (echo "wrong release in pve-admin-guide-docinfo.xml" && false); - a2x -a docinfo -a docinfo1 -f pdf -L --dblatex-opts "-P latex.output.revhistory=0" pve-admin-guide.adoc + a2x -a docinfo -a docinfo1 -f pdf -L --dblatex-opts "-P latex.output.revhistory=0" --dblatex-opts "-P latex.class.options=12pt" pve-admin-guide.adoc test -z "$${NOVIEW}" && $(BROWSER) $@ & pve-admin-guide.epub: ${PVE_ADMIN_GUIDE_SOURCES}