diff options
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,2 +1,5 @@ #!/bin/sh + +# the build breaks without this file for whatever reason +[ -f src/blog/index.org ] || touch src/blog/index.org emacs -Q --script build-site.el |
