diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-07 13:04:59 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-07 13:04:59 +0300 |
| commit | 5b4d8ed5910c72a704b71342cf76cb9b9e2bf5fb (patch) | |
| tree | 537b39a35d16391be9a188acf269036334fdca1c /docs/Makefile | |
| parent | 7297946d395d6f4b133a76f2da9259cfbe65cd1e (diff) | |
| download | vyos-documentation-5b4d8ed5910c72a704b71342cf76cb9b9e2bf5fb.tar.gz vyos-documentation-5b4d8ed5910c72a704b71342cf76cb9b9e2bf5fb.zip | |
chore(makefile): remove dead AUTOOPTS variable
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)
Diffstat (limited to 'docs/Makefile')
| -rw-r--r-- | docs/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
