diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2020-09-18 15:35:01 +0000 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2020-09-22 11:35:12 +0000 |
commit | d88c9a13e82986b3e3d477beaa7f528e819868b6 (patch) | |
tree | 70d98336a5e3e1166d61ec902af0d6f696dc11af /doxygen/Makefile | |
parent | dd49451845c19f803858429b58b1b95298b93fff (diff) |
build: remove opensuse build infra
- VPP on opensuse has not been supported
for several releases.
Type: fix
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Change-Id: I2b5316ad5c20a843b8936f4ceb473f932a5338d9
(cherry picked from commit bc35f469c89daf0126937580b6972516b5007d3a)
Diffstat (limited to 'doxygen/Makefile')
-rw-r--r-- | doxygen/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doxygen/Makefile b/doxygen/Makefile index 40646148ec6..e399b404a26 100644 --- a/doxygen/Makefile +++ b/doxygen/Makefile @@ -35,7 +35,6 @@ OS_ID ?= $(shell grep '^ID=' /etc/os-release | cut -f2- -d= | sed -e 's/\"//g') # Package dependencies DOC_DEB_DEPENDS = doxygen graphviz python3-pyparsing python3-jinja2 DOC_RPM_DEPENDS = doxygen graphviz python3-pyparsing python3-jinja2 -DOC_SUSE_RPM_DEPENDS = doxygen graphviz python3-pyparsing python3-Jinja2 DOC_MAC_BIN_DEPENDS = doxygen dot git DOC_MAC_PY_DEPENDS = pyparsing jinja2 @@ -156,8 +155,6 @@ else ifeq ($(OS_ID),darwin) false; \ ); \ done -else ifeq ($(OS_ID),opensuse) - @sudo zypper install $(CONFIRM) $(DOC_SUSE_RPM_DEPENDS) else $(error "Building documentation currently works only on Ubuntu, CentOS, MacOS and OpenSUSE systems.") endif |