patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas@monjalon.net>
To: stable@dpdk.org
Cc: christian.ehrhardt@canonical.com
Subject: [dpdk-stable] [PATCH 19.11] mk: fix PDF build with recent inkscape
Date: Wed, 17 Mar 2021 17:55:00 +0100	[thread overview]
Message-ID: <20210317165500.1454380-1-thomas@monjalon.net> (raw)

The options -f and -A (for input and PDF output)
were dropped in recent inkscape versions.

Warning: not tested on old versions!

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 mk/rte.sdkdoc.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mk/rte.sdkdoc.mk b/mk/rte.sdkdoc.mk
index fd77e41867..4388c6c8bd 100644
--- a/mk/rte.sdkdoc.mk
+++ b/mk/rte.sdkdoc.mk
@@ -101,4 +101,4 @@ guides-%: guides-%-prepare
 $(foreach guide, $(RTE_GUIDES), $(foreach img, $(wildcard $(guide)img/*.svg), \
 	$(eval guides-pdf-$(notdir $(guide:/=)): $(img:svg=pdf))))
 %.pdf: %.svg
-	$(Q)inkscape -d $(RTE_PDF_DPI) -D -f $< -A $@ $(RTE_INKSCAPE_VERBOSE)
+	$(Q)inkscape -d $(RTE_PDF_DPI) -D $< -o $@ $(RTE_INKSCAPE_VERBOSE)
-- 
2.30.1


                 reply	other threads:[~2021-03-17 16:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210317165500.1454380-1-thomas@monjalon.net \
    --to=thomas@monjalon.net \
    --cc=christian.ehrhardt@canonical.com \
    --cc=stable@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).