Sensibly put the docs under the docs directory.
authorErik Andersen <andersen@codepoet.org>
Wed, 3 May 2000 03:24:21 +0000 (03:24 -0000)
committerErik Andersen <andersen@codepoet.org>
Wed, 3 May 2000 03:24:21 +0000 (03:24 -0000)
 -Erik

Makefile

index 424218cfa682d91ffb5ee23e786f186b0ff1b52b..475d039fa2bc54653b3dfa2cb1a2a23127809dd1 100644 (file)
--- 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: