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=83953c145483f4902e31e22062e9261de4c97aa6;hpb=7cb9bbe7a285867d76c9d535709383a425cba7c7 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)