diff options
author | Chris Luke <chrisy@flirble.org> | 2016-08-31 10:04:58 -0400 |
---|---|---|
committer | Chris Luke <chrisy@flirble.org> | 2016-08-31 10:07:45 -0400 |
commit | e0d802bc5356594d4e9621ca4cf8cfa8069d9e8e (patch) | |
tree | 60f2c9b8118fc1eda0b8192baffd473aa413f58b /doxygen/Makefile | |
parent | 5cdaf6358266eb883a2e48239a83e9f56c3c5bad (diff) |
VPP-221 Loosen Doxygen CLI command struct parser
Make the struct parser slighty slightly more accomodating of
whitespace in places it has no business being.
Also add missing OS_ID thing to Doxygen makefile.
Change-Id: Id3d198fd926f7a6c2ed40bc2d08907aad5d5ac33
Signed-off-by: Chris Luke <chrisy@flirble.org>
Diffstat (limited to 'doxygen/Makefile')
-rw-r--r-- | doxygen/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doxygen/Makefile b/doxygen/Makefile index 7bdc8ee9736..8e916526141 100644 --- a/doxygen/Makefile +++ b/doxygen/Makefile @@ -19,6 +19,7 @@ # These should be passed in by the root Makefile WS_ROOT ?= $(CURDIR)/.. BR ?= $(WS_ROOT)/build-root +OS_ID ?= $(shell grep '^ID=' /etc/os-release | cut -f2- -d= | sed -e 's/\"//g') # Package dependencies DOC_DEB_DEPENDS = doxygen graphviz python-pyparsing |