Skip to content

Commit 119112d

Browse files
committed
Fix file watching for sphinx
1 parent 545e607 commit 119112d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ checkbuild:
156156
rm -rf $(BUILDDIR)
157157
$(SPHINXBUILD) -n -q ./ $(BUILDDIR)
158158

159-
WATCH_FILES= find .. -type f -not -path '*/\.*' | grep -i '.*[.]rst$$\|CHANGES\|TODO\|.*conf\.py$$' 2> /dev/null
159+
WATCH_FILES= find .. -type f -not -path '*/\.*' | grep -i '.*[.]rst\|CHANGES\|TODO\|.*conf\.py' 2> /dev/null
160160

161161
watch:
162162
if command -v entr > /dev/null; then ${WATCH_FILES} | entr -c $(MAKE) html; else $(MAKE) html; fi

0 commit comments

Comments
 (0)