patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH 19.11] mk: fix PDF build with recent inkscape
@ 2021-03-17 16:55 Thomas Monjalon
  0 siblings, 0 replies; only message in thread
From: Thomas Monjalon @ 2021-03-17 16:55 UTC (permalink / raw)
  To: stable; +Cc: christian.ehrhardt

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-17 16:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-17 16:55 [dpdk-stable] [PATCH 19.11] mk: fix PDF build with recent inkscape Thomas Monjalon

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).