We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545e607 commit 119112dCopy full SHA for 119112d
doc/Makefile
@@ -156,7 +156,7 @@ checkbuild:
156
rm -rf $(BUILDDIR)
157
$(SPHINXBUILD) -n -q ./ $(BUILDDIR)
158
159
-WATCH_FILES= find .. -type f -not -path '*/\.*' | grep -i '.*[.]rst$$\|CHANGES\|TODO\|.*conf\.py$$' 2> /dev/null
+WATCH_FILES= find .. -type f -not -path '*/\.*' | grep -i '.*[.]rst\|CHANGES\|TODO\|.*conf\.py' 2> /dev/null
160
161
watch:
162
if command -v entr > /dev/null; then ${WATCH_FILES} | entr -c $(MAKE) html; else $(MAKE) html; fi
0 commit comments