From 232212f9c03f575d8fa2a3a7adadc11616cefbb2 Mon Sep 17 00:00:00 2001 From: mpenning Date: Sun, 17 Dec 2023 15:59:10 -0600 Subject: [PATCH] Fix logo URL and build --- sphinx-doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx-doc/Makefile b/sphinx-doc/Makefile index 81f67bb..ca15b87 100755 --- a/sphinx-doc/Makefile +++ b/sphinx-doc/Makefile @@ -47,8 +47,8 @@ clean: html: make clean - cp _static/ciscoconfparse_logo_bw_01.png _build/html/_static/ $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html + cp _static/ciscoconfparse_logo_bw_01.png $(BUILDDIR)/html/_static/ cd $(BUILDDIR)/html; tar cvfz $(USERHOME)/ccp.tar.gz * @echo @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."