diff options
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile index aebe8a8..10550f6 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -12,6 +12,7 @@ doc: @rm pod2html-* pod2man --center=BusyBox --release="version $(VERSION)" busybox.pod > ../BusyBox.1 pod2text busybox.pod > ../BusyBox.txt + @rm -f pod2html* clean:: @rm -f ../BusyBox.html ../BusyBox.1 ../BusyBox.txt pod2html* |