doc: Minor changes related to generating icon image files.

This commit is contained in:
Tom Goff 2015-12-28 18:11:54 -05:00
parent 54a5805018
commit 26acee9f2a
2 changed files with 5 additions and 5 deletions

View file

@ -49,7 +49,7 @@ icons = select start router host pc mdr router_green \
# list of icons + .gif.jpg suffix
icons_jpg = $(icons:%=%.jpg)
all-local: $(icons_jpg)
icons: $(icons_jpg)
clean-local:
rm -f $(icons_jpg)