Skip to content

Commit 65e6bee

Browse files
committed
docs: Move WATCH_FILES down
1 parent 5364a2a commit 65e6bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Makefile for Sphinx documentation
22
#
3-
WATCH_FILES= find .. -type f -not -path '*/\.*' | grep -i '.*[.]\(rst\|md\)\$\|.*[.]py\$\|CHANGES\|TODO\|.*conf\.py' 2> /dev/null
43
SHELL := /bin/bash
54
HTTP_PORT = 8031
5+
WATCH_FILES= find .. -type f -not -path '*/\.*' | grep -i '.*[.]\(rst\|md\)\$\|.*[.]py\$\|CHANGES\|TODO\|.*conf\.py' 2> /dev/null
66

77
# You can set these variables from the command line.
88
SPHINXOPTS =

0 commit comments

Comments
 (0)