From 5b4d8ed5910c72a704b71342cf76cb9b9e2bf5fb Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Thu, 7 May 2026 13:04:59 +0300 Subject: chore(makefile): remove dead AUTOOPTS variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit AUTOOPTS = --watch . was defined but never referenced — livehtml uses explicit --ignore flags instead. Drop the dead assignment. Circinus is unaffected; its livehtml still uses $(AUTOOPTS) directly. 🤖 Generated by [robots](https://vyos.io) --- docs/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index ae12b802..d27936c2 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -10,7 +10,6 @@ BUILDDIR = _build AUTOHOST = 0.0.0.0 AUTOPORT = 8000 -AUTOOPTS = --watch . SWAP = python3 ../scripts/swap_sources.py -- cgit v1.2.3