summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index cb1a80c0..a48a47a5 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -78,7 +78,7 @@ kak : $(objects)
sed -i -r -e "s,^\.TH .+,.TH KAKOUNE 1 \"\" \"\" \"$(basename $(notdir $<))\"," \
-e "/^\.SH \"NAME\"/{N;d;}" $(@:.gz=.1)
gzip -f $(@:.gz=.1)
- mv $(@:.gz=.1.gz) $@
+ mv -f $(@:.gz=.1.gz) $@
test:
cd ../test && ./run