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:
parent
37349a0b19
commit
944d0f31af
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user