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