diff options
| author | Hellekin O. Wolf =8) <[email protected]> | 2010-06-16 17:00:31 (GMT) |
|---|---|---|
| committer | Hellekin O. Wolf =8) <[email protected]> | 2010-06-16 17:01:07 (GMT) |
| commit | 456f72d0de3268619a63cf16df555dfe7c01e7ae (patch) | |
| tree | 430f0c2e5125a517715d973940c96c512eb35dc4 /Makefile.am | |
| parent | cc78300728c36ec2ac044652cefb47132f19d54d (diff) | |
pub/ is now generated at each build
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 761d78e..95dc7e4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,9 +19,8 @@ test: @echo all: - @mkdir pub - @if [ ! -r org ]; mkdir -m 0755 org; fi - @emacs -batch -Q -l src/org-batch.el -e '(autorg-publish-project "autorg" t)' + @mkdir -p org pub + @emacs -batch -Q -l src/org-batch.el --eval='(org-publish-batch-project "autorg" t)' clean: @rm -rf pub |

