Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2019-11-21 12:18:30 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2019-11-21 12:18:30 +0300
commit5c1bbdfd349ef08841de1505ecd5871bb9ad742d (patch)
tree0843d0279f64036f418e45c81e3cf283dcca2e92 /docs
parent3e29a546db4302e695674e91644054bf13239a12 (diff)
Update docs Makefile to use rsvg-convert
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 0dbd97c..ac8f70b 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -2,7 +2,7 @@ all: index.html concepts.html reference.html security.html migration.html \
generator_flow.png
%.png: %.svg
- rsvg $< $@
+ rsvg-convert $< > $@
%.html: %.rst
rst2html --stylesheet=lsr.css --link-stylesheet $< $@