diff options
Diffstat (limited to 'default.do')
-rw-r--r-- | default.do | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ fn="${1%.*}" case "$1" in - all) redo-ifchange src/cpt-lib bin/all docs/cpt.info ;; + all) redo-ifchange src/cpt-lib bin/all docs/all ;; dist) redo clean redo "cpt-$VERSION.tar.xz" |