Skip to content

Commit 26c0777

Browse files
committed
build(docs/Makefile): Fix regex
1 parent d81c51c commit 26c0777

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
@@ -159,7 +159,7 @@ checkbuild:
159159
rm -rf $(BUILDDIR)
160160
$(SPHINXBUILD) -n -q ./ $(BUILDDIR)
161161

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

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

0 commit comments

Comments
 (0)