diff options
| -rw-r--r-- | documentation/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 65e29713d4..07801cc2d3 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
| @@ -43,11 +43,11 @@ PNGs := $(foreach dir, $(IMAGEDIRS), $(patsubst %.svg,%.png,$(wildcard $(SOURCED | |||
| 43 | 43 | ||
| 44 | # Pattern rule for converting SVG to PDF | 44 | # Pattern rule for converting SVG to PDF |
| 45 | %.pdf : %.svg | 45 | %.pdf : %.svg |
| 46 | $(SVG2PDF) --format=Pdf --output=$@ $< | 46 | $(SVG2PDF) --format=pdf --output=$@ $< |
| 47 | 47 | ||
| 48 | # Pattern rule for converting SVG to PNG | 48 | # Pattern rule for converting SVG to PNG |
| 49 | %.png : %.svg | 49 | %.png : %.svg |
| 50 | $(SVG2PNG) --format=Png --output=$@ $< | 50 | $(SVG2PNG) --format=png --output=$@ $< |
| 51 | 51 | ||
| 52 | clean: | 52 | clean: |
| 53 | @rm -rf $(BUILDDIR) $(PNGs) $(PDFs) poky.yaml sphinx-static/switchers.js releases.rst | 53 | @rm -rf $(BUILDDIR) $(PNGs) $(PDFs) poky.yaml sphinx-static/switchers.js releases.rst |
