summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4e6e435..7533c04 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,9 @@ all: manpage
manpage:
pod2man bootconf.pod > bootconf.1
+ -(\rm bootconf.1.gz)
gzip bootconf.1
- cp bootconf.1.gz /usr/share/man/man1
+ cp -f bootconf.1.gz /usr/share/man/man1
install:
echo "(install not implemented)"