diff options
author | Raimo Niskanen <[email protected]> | 2018-03-27 10:22:07 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2018-03-29 14:51:01 +0200 |
commit | 2699cd204f8cc2b3a4f457ff6d25651508db42b3 (patch) | |
tree | 44d375bfdefb9ba6ad2c0dde649889c9dc80a719 /system/doc/design_principles/Makefile | |
parent | e7f98a17f139865520e3f961e53d4a722b158223 (diff) | |
download | otp-2699cd204f8cc2b3a4f457ff6d25651508db42b3.tar.gz otp-2699cd204f8cc2b3a4f457ff6d25651508db42b3.tar.bz2 otp-2699cd204f8cc2b3a4f457ff6d25651508db42b3.zip |
Improve doc, change images to .svg
Diffstat (limited to 'system/doc/design_principles/Makefile')
-rw-r--r-- | system/doc/design_principles/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/system/doc/design_principles/Makefile b/system/doc/design_principles/Makefile index 5743a50b47..1f570f5271 100644 --- a/system/doc/design_principles/Makefile +++ b/system/doc/design_principles/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 1997-2016. All Rights Reserved. +# Copyright Ericsson AB 1997-2018. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -57,11 +57,11 @@ GIF_FILES = \ sup5.gif \ sup6.gif -PNG_FILES = \ - code_lock.png \ - code_lock_2.png +SVG_FILES = \ + code_lock.svg \ + code_lock_2.svg -IMAGE_FILES = $(GIF_FILES) $(PNG_FILES) +IMAGE_FILES = $(GIF_FILES) $(SVG_FILES) XML_FILES = \ $(BOOK_FILES) $(XML_CHAPTER_FILES) \ @@ -90,7 +90,7 @@ _create_dirs := $(shell mkdir -p $(HTMLDIR)) $(HTMLDIR)/%.gif: %.gif $(INSTALL_DATA) $< $@ -$(HTMLDIR)/%.png: %.png +$(HTMLDIR)/%.svg: %.svg $(INSTALL_DATA) $< $@ docs: html |