1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

doc/doxygen: add package name for lessc

Add package name in ubuntu for lessc.
This commit is contained in:
Gaëtan Harter 2019-02-20 11:35:06 +01:00
parent 37349a0b19
commit 944d0f31af
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -6,6 +6,7 @@ export STRIP_FROM_INC_PATH_LIST=$(shell \
sed 's/.*/\"$(subst /,\/,$(RIOTBASE))\/\0\"/')
# use lessc (http://lesscss.org/#using-less) for compiling CSS
# It can also be installed in ubuntu with the `node-less` package
LESSC ?= $(shell command -v lessc 2>/dev/null)
.PHONY: doc