aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-24 21:46:07 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-24 21:46:07 +0000
commit3676374915866fb06224a19e2274afe026eb9377 (patch)
tree2b7893026e7b1e1c4e2829f09cdee610f0a01d72 /Makefile
parentf227815c3ac12cabf3037dccd3dc9c9054c93bf8 (diff)
downloadbusybox-3676374915866fb06224a19e2274afe026eb9377.tar.gz
Cleanup more carefully after pod2html
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 28cd3403a..005fb4de5 100644
--- a/Makefile
+++ b/Makefile
@@ -299,7 +299,7 @@ docs/busybox.lineo.com/BusyBox.html: docs/busybox.pod
-@ mkdir -p docs/busybox.lineo.com
- pod2html --noindex $< > \
docs/busybox.lineo.com/BusyBox.html
- -@ rm -f pod2html*
+ -@ rm -f pod2htm*
# New docs based on DOCBOOK SGML
@@ -378,7 +378,7 @@ clean:
- rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \
docs/busybox.pdf docs/busybox.lineo.com/busybox.html
- rm -f multibuild.log Config.h.orig
- - rm -rf docs/busybox _install libpwd.a libbb.a
+ - rm -rf docs/busybox _install libpwd.a libbb.a pod2htm*
- rm -f busybox.links libbb/loop.h *~ slist.mk core applet_source_list
- find -name \*.o -exec rm -f {} \;