Skip to content

Commit b2c08c8

Browse files
Improved (#2960)
1 parent 900bc27 commit b2c08c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

auto.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
# Don't wait till any change is done
2+
echo Building HTML files && make html
13
watchmedo shell-command \
24
--patterns="*.rst" \
35
--recursive \
46
--command='echo Rebuilding && make html' \
7+
--drop
58
.

0 commit comments

Comments
 (0)