summaryrefslogtreecommitdiffstats
path: root/CAN-binder/libs/nanopb/docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'CAN-binder/libs/nanopb/docs/Makefile')
-rw-r--r--CAN-binder/libs/nanopb/docs/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/CAN-binder/libs/nanopb/docs/Makefile b/CAN-binder/libs/nanopb/docs/Makefile
deleted file mode 100644
index 0dbd97c..0000000
--- a/CAN-binder/libs/nanopb/docs/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-all: index.html concepts.html reference.html security.html migration.html \
- generator_flow.png
-
-%.png: %.svg
- rsvg $< $@
-
-%.html: %.rst
- rst2html --stylesheet=lsr.css --link-stylesheet $< $@
- sed -i 's!</head>!<link href="favicon.ico" type="image/x-icon" rel="shortcut icon" />\n</head>!' $@