diff options
| -rw-r--r-- | docs/Makefile | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/docs/Makefile b/docs/Makefile index 5d4864e1..7bc0c5ab 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -8,9 +8,9 @@ SPHINXPROJ    = VyOS  SOURCEDIR     = .  BUILDDIR      = _build -AUTOHOST      =0.0.0.0 -AUTOPORT      =8000 -AUTOOPTS      =--poll +AUTOHOST      = 0.0.0.0 +AUTOPORT      = 8000 +AUTOOPTS      = --watch .  # Put it first so that "make" without argument is like "make help".  help: | 
