aboutsummaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-04-18 00:00:52 +0000
committerErik Andersen <andersen@codepoet.org>2000-04-18 00:00:52 +0000
commita6c752201e9031b51a6d89349f1cec1f690f56ef (patch)
tree808a54e0dc112d8b32326ccdb411e4300dc65d76 /docs/Makefile
parent91e581fa0438b39ceb0ffb4ddcb90ee4d260ae81 (diff)
downloadbusybox-a6c752201e9031b51a6d89349f1cec1f690f56ef.tar.gz
Updates
-Erik
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 10550f6df..472d29e84 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -2,7 +2,7 @@
# ------------------------
# Copyright (C) 2000 Erik Andersen <andersee@debian.org> GPL
-all:: clean doc
+all: clean doc
doc:
@echo
@@ -14,10 +14,8 @@ doc:
pod2text busybox.pod > ../BusyBox.txt
@rm -f pod2html*
-clean::
+clean:
@rm -f ../BusyBox.html ../BusyBox.1 ../BusyBox.txt pod2html*
distclean: clean
-.PHONY: all clean distclean doc
-