diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-07 13:30:16 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-07 13:30:16 +0300 |
| commit | ac07ed8408e14aed4478dc64ffb057bd71d2a447 (patch) | |
| tree | 677a393ce817b5729d971b999064fb2f4f66f538 /docs | |
| parent | 3160aae6da2f729d4288073a4f6dbe0a64517f3b (diff) | |
| parent | 5b4d8ed5910c72a704b71342cf76cb9b9e2bf5fb (diff) | |
| download | vyos-documentation-ac07ed8408e14aed4478dc64ffb057bd71d2a447.tar.gz vyos-documentation-ac07ed8408e14aed4478dc64ffb057bd71d2a447.zip | |
Merge pull request #1910 from vyos/chore/docs-makefile-remove-dead-autoopts
chore(makefile): remove dead AUTOOPTS variable
Diffstat (limited to 'docs')
| -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 |
