X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=doc%2FMakefile.am;fp=doc%2FMakefile.am;h=f0d8cfb629d7ede77222bb2aea02b1ed85e6ba1c;hp=9a8a5f6084df69e2b8d30328531041de568c46ae;hb=a5de950272ddaefa03f964a8d31d21ffc7dccab4;hpb=33b6f363bd1377c2cc55213a15b70c65f729dfb7 diff --git a/doc/Makefile.am b/doc/Makefile.am index 9a8a5f60..f0d8cfb6 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -323,7 +323,7 @@ ATTRIBUTES=--attribute="revdate=$(DOC_DATE)" --attribute="version=$(VERSION)" asciidoctor $(ATTRIBUTES) -b html5 $*.adoc .adoc.pdf: - asciidoctor-pdf $(ATTRIBUTES) $*.adoc + asciidoctor-pdf $(ATTRIBUTES) -a optimize $*.adoc all: $(HTML) $(PDF)