0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 10:58:52 +01:00
wagtail/docs/autobuild.sh

5 lines
195 B
Bash
Raw Normal View History

2014-03-11 18:33:16 +01:00
#!/bin/sh
echo "Waiting for you to save the docs..."
watchmedo shell-command --patterns="*.rst" --ignore-pattern='_build/*' --recursive --command='make html; echo "Waiting for more changes..."'