diff --git a/doc/doxygen/Makefile b/doc/doxygen/Makefile index 300739358e..f9eb957b08 100644 --- a/doc/doxygen/Makefile +++ b/doc/doxygen/Makefile @@ -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