aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-05-03 03:24:21 +0000
committerErik Andersen <andersen@codepoet.org>2000-05-03 03:24:21 +0000
commita59d7094a69844c6487d3dccbc248ad3cc76a1f0 (patch)
treef3f9e4807dcac39497f2cf55f7b24c975ff18fb8 /Makefile
parent0a704e8ff62a7fdcd08f1fcc89ca66133da2db07 (diff)
downloadbusybox-a59d7094a69844c6487d3dccbc248ad3cc76a1f0.tar.gz
Sensibly put the docs under the docs directory.
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 424218cfa..475d039fa 100644
--- a/Makefile
+++ b/Makefile
@@ -101,19 +101,19 @@ endif
all: busybox busybox.links doc
-doc: BusyBox.txt BusyBox.1 BusyBox.html
+doc: docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html
-BusyBox.txt: docs/busybox.pod
+docs/BusyBox.txt: docs/busybox.pod
@echo
@echo BusyBox Documentation
@echo
- pod2text docs/busybox.pod > BusyBox.txt
+ pod2text docs/busybox.pod > docs/BusyBox.txt
-BusyBox.1: docs/busybox.pod
- pod2man --center=BusyBox --release="version $(VERSION)" docs/busybox.pod > BusyBox.1
+docs/BusyBox.1: docs/busybox.pod
+ pod2man --center=BusyBox --release="version $(VERSION)" docs/busybox.pod > docs/BusyBox.1
-BusyBox.html: docs/busybox.pod
- pod2html docs/busybox.pod > BusyBox.html
+docs/BusyBox.html: docs/busybox.pod
+ pod2html docs/busybox.pod > docs/BusyBox.html
- rm -f pod2html*
clean: